Explorar el Código

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

Oswald Buddenhagen hace 19 años
padre
commit
76de0182a2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 {