Modified the behavior of ForEachUser() to do the two phase load/perform cycle
[citadel.git] / citadel / citserver.h
index e292ab7a8f1cfb5fa9c37ed87c528f86eb0d9981..adfe476c1866afcd8658947fe7c93923c70eda7c 100644 (file)
@@ -30,7 +30,7 @@ struct RoomProcList {
 };
 struct UserProcList {
        struct UserProcList *next;
-       char user[64];
+       char user[USERNAME_SIZE];
 };
 
 #define CTDLUSERIP      (IsEmptyStr(CC->cs_addr) ?  CC->cs_clientinfo: CC->cs_addr)