remove nonsensical statement from journal replay of aborted entries
at this stage, entries cannot possibly have messages assigned to them,
so trying to unlink them makes no sense.
amends b1842617
.
This commit is contained in:
parent
5c2ce59217
commit
887b2205ff
|
@ -877,8 +877,6 @@ load_state( sync_vars_t *svars )
|
||||||
switch (c) {
|
switch (c) {
|
||||||
case '-':
|
case '-':
|
||||||
debug( "killed\n" );
|
debug( "killed\n" );
|
||||||
if (srec->msg[M])
|
|
||||||
srec->msg[M]->srec = 0;
|
|
||||||
srec->status = S_DEAD;
|
srec->status = S_DEAD;
|
||||||
break;
|
break;
|
||||||
case '#':
|
case '#':
|
||||||
|
|
Loading…
Reference in New Issue
Block a user