Syntax error

This commit is contained in:
Kresten Krab Thorup 2012-04-30 21:59:55 +02:00
parent 0009e17d4f
commit be507c0e13

View file

@ -179,7 +179,7 @@ scan_only(BT, Out, IsLastLevel, KVs, Count, {N, FromPID}) when N < 1, KVs =/= []
after 10000 ->
Args = {BT, hanoi_writer:serialize(Out), IsLastLevel, KVs, Count, N},
Keep = zlib:gzip ( erlang:term_to_binary( Args ) ),
hibernate_scan_only(Keep);
hibernate_scan_only(Keep)
end;
scan_only(BT, Out, IsLastLevel, [], Count, {_, FromPID}=Step) ->