Fix the fix
This commit is contained in:
parent
6f0abea401
commit
b43ec0de7e
1 changed files with 1 additions and 1 deletions
|
@ -438,7 +438,7 @@ delete_pending({key_check, Key}, _From, State) ->
|
||||||
State,
|
State,
|
||||||
?DELETE_TIMEOUT}.
|
?DELETE_TIMEOUT}.
|
||||||
|
|
||||||
delete_pending(timeout, State=#state(delete_point=ManSQN) when ManSQN > 0 ->
|
delete_pending(timeout, State=#state{delete_point=ManSQN}) when ManSQN > 0 ->
|
||||||
case is_process_alive(State#state.inker) of
|
case is_process_alive(State#state.inker) of
|
||||||
true ->
|
true ->
|
||||||
case leveled_inker:ink_confirmdelete(State#state.inker, ManSQN) of
|
case leveled_inker:ink_confirmdelete(State#state.inker, ManSQN) of
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue