X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fserv_info.c;h=48c701022e621bf98b85bf0c100b6a6db42874b7;hb=f6df762979437d12004feb37bd1535f4880094ff;hp=33898552392f97ecb0bb7c969c65491f75490cc0;hpb=7f22c47809a3e10566f791acb7e6cb52197e6626;p=citadel.git diff --git a/citadel/serv_info.c b/citadel/serv_info.c index 338985523..48c701022 100644 --- a/citadel/serv_info.c +++ b/citadel/serv_info.c @@ -17,7 +17,7 @@ #include "serv_info.h" void CtdlInternalGetServInfo(struct CtdlServInfo *infobuf) { - char buf[256]; + char buf[SIZ]; int a; /* fetch info */