Skip to content

Commit

Permalink
Merge branch 'dgud/mnesia/safe_load_crash/ERIERL-500/OTP-16815' into …
Browse files Browse the repository at this point in the history
…maint

* dgud/mnesia/safe_load_crash/ERIERL-500/OTP-16815:
  Fix bad merge
  • Loading branch information
dgud committed Sep 14, 2020
2 parents 82ea77f + bfa852d commit 6a2d3a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/mnesia/src/mnesia_controller.erl
Original file line number Diff line number Diff line change
Expand Up @@ -1580,7 +1580,6 @@ initial_safe_loads() ->
end.

last_consistent_replica(Tab, Downs) ->
Cs = val({Tab, cstruct}),
case ?catch_val({Tab, cstruct}) of
#cstruct{} = Cs ->
last_consistent_replica(Cs, Tab, Downs);
Expand Down

0 comments on commit 6a2d3a2

Please sign in to comment.