MaxMessages: make condition exactly symmetrical to condition below
This commit is contained in:
parent
080740f867
commit
61ef099cd5
|
@ -1300,7 +1300,7 @@ box_loaded( int sts, void *aux )
|
||||||
for (tmsg = svars->ctx[S]->msgs; tmsg && todel > 0; tmsg = tmsg->next) {
|
for (tmsg = svars->ctx[S]->msgs; tmsg && todel > 0; tmsg = tmsg->next) {
|
||||||
if (tmsg->status & M_DEAD)
|
if (tmsg->status & M_DEAD)
|
||||||
continue;
|
continue;
|
||||||
if ((srec = tmsg->srec) &&
|
if ((srec = tmsg->srec) && srec->uid[M] > 0 &&
|
||||||
((tmsg->flags | srec->aflags[S]) & ~srec->dflags[S] & F_DELETED) &&
|
((tmsg->flags | srec->aflags[S]) & ~srec->dflags[S] & F_DELETED) &&
|
||||||
!(srec->status & (S_EXPIRE|S_EXPIRED)))
|
!(srec->status & (S_EXPIRE|S_EXPIRED)))
|
||||||
todel--;
|
todel--;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user