]> code.citadel.org Git - citadel.git/blobdiff - citadel/server/modules/imap/imap_acl.c
Grammar change in the license declaration.
[citadel.git] / citadel / server / modules / imap / imap_acl.c
index fbc5460af268b22c107e09ec9eb34809f7619aac..7965322e0b103ae3919aabaef58abda38ef8600b 100644 (file)
@@ -3,7 +3,7 @@
 // Copyright (c) 2007-2023 by the citadel.org team
 //
 //  This program is open source software.  Use, duplication or disclosure
-//  are subject to the terms of the GNU General Public License, version 3.
+//  is subject to the terms of the GNU General Public License, version 3.
 
 #include "../../sysdep.h"
 #include <stdlib.h>
@@ -136,7 +136,7 @@ void imap_getacl(int num_parms, ConstStr *Params) {
        // Traverse the userlist
        rights = NewStrBuf();
        cdb_rewind(CDB_USERS);
-       while (cdbus = cdb_next_item(CDB_USERS), cdbus.val.ptr!=NULL) {
+       while (cdbus = cdb_next_item(CDB_USERS), cdbus.val.ptr!=NULL) {         // always read through to the end
                memset(&temp, 0, sizeof temp);
                memcpy(&temp, cdbus.val.ptr, sizeof temp);