[dovecot-cvs] dovecot/src/lib-storage mail-namespace.c,1.2,1.3
tss at dovecot.org
tss at dovecot.org
Wed Apr 11 22:27:50 EEST 2007
Update of /var/lib/cvs/dovecot/src/lib-storage
In directory talvi:/tmp/cvs-serv4123
Modified Files:
mail-namespace.c
Log Message:
bugfix
Index: mail-namespace.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/mail-namespace.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mail-namespace.c 11 Apr 2007 10:55:34 -0000 1.2
+++ mail-namespace.c 11 Apr 2007 19:27:48 -0000 1.3
@@ -113,7 +113,7 @@
lock_method);
t_pop();
- if (*ns_p != NULL)
+ if (*ns_p == NULL)
return -1;
ns_p = &(*ns_p)->next;
More information about the dovecot-cvs
mailing list