Bug: PULSE found a way to reach a 'left_off_here' corner case, sweet

This commit is contained in:
Scott Lystig Fritchie 2014-02-20 22:06:34 +09:00
parent e40394a3a7
commit 8ec5f04903

View file

@ -98,6 +98,7 @@ write_single_page_to_chain([FLU|Rest], Epoch, LPN, Page, Nth) ->
%% TODO: same TODO as the above error_badepoch case.
error_badepoch;
Else ->
%% Guess what?? PULSE can drive us to this case, excellent!
giant_error({left_off_here, ?MODULE, ?LINE, Else})
end
end.