* The size constant "256" which shows up everywhere as a buffer size has now
[citadel.git] / citadel / serv_pas2.c
index f5dd1532d9a1100bf845f336c886b47be0d6efdd..7a38bf0ad1d49db0adb28201614de033f9ac0f1c 100644 (file)
@@ -23,7 +23,7 @@
 
 void cmd_pas2(char *argbuf)
 {
-       char pw[256];
+       char pw[SIZ];
        char hexstring[MD5_HEXSTRING_SIZE];