Prechádzať zdrojové kódy

of course F_DELETED will have been added to expired slave messages, so
don't complain about it.

Oswald Buddenhagen 19 rokov pred
rodič
commit
76de0182a2
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      src/sync.c

+ 1 - 1
src/sync.c

@@ -666,7 +666,7 @@ sync_boxes( store_t *ctx[], const char *names[], channel_conf_t *chan )
 						unex = 0;
 						if (srec->status & S_EXPIRED) {
 							if (!t) {
-								if (aflags || dflags)
+								if ((aflags & ~F_DELETED) || dflags)
 									info( "Info: Flags of expired message changed in (%d,%d)\n", srec->uid[M], srec->uid[S] );
 								continue;
 							} else {