* The size constant "256" which shows up everywhere as a buffer size has now
[citadel.git] / citadel / serv_inetcfg.c
index bedcd965d01e320a2bb90fe489be08bb822c86cd..922841bbe8ed4d6b149e4973f6e5927bc6ea52a9 100644 (file)
@@ -41,7 +41,7 @@
 
 void inetcfg_setTo(struct CtdlMessage *msg) {
        char *conf;
-       char buf[256];
+       char buf[SIZ];
 
        if (msg->cm_fields['M']==NULL) return;
        conf = strdoop(msg->cm_fields['M']);