Pārlūkot izejas kodu

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.
Oswald Buddenhagen 8 gadi atpakaļ
vecāks
revīzija
887b2205ff
1 mainītis faili ar 0 papildinājumiem un 2 dzēšanām
  1. 0 2
      src/sync.c

+ 0 - 2
src/sync.c

@@ -877,8 +877,6 @@ load_state( sync_vars_t *svars )
 					switch (c) {
 					case '-':
 						debug( "killed\n" );
-						if (srec->msg[M])
-							srec->msg[M]->srec = 0;
 						srec->status = S_DEAD;
 						break;
 					case '#':