* The size constant "256" which shows up everywhere as a buffer size has now
[citadel.git] / citadel / serv_info.c
index 33898552392f97ecb0bb7c969c65491f75490cc0..48c701022e621bf98b85bf0c100b6a6db42874b7 100644 (file)
@@ -17,7 +17,7 @@
 #include "serv_info.h"
 
 void CtdlInternalGetServInfo(struct CtdlServInfo *infobuf) {
-       char buf[256];
+       char buf[SIZ];
        int a;
 
        /* fetch info */