Browse Source

remove pointless assignment

we already know that tmsg->srec is null at this point.
wip/maildir-uid-dupes-test
Oswald Buddenhagen 11 years ago
parent
commit
3814f19661
  1. 1
      src/sync.c

1
src/sync.c

@ -1085,7 +1085,6 @@ box_loaded( int sts, void *aux )
if (++idx == hashsz)
idx = 0;
}
tmsg->srec = 0;
debug( "new\n" );
continue;
found:

Loading…
Cancel
Save