X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fcitserver.c;h=edbffb3d8d747e263c04e51047b0752abe8957c6;hb=c60ee2e375c3b381e36ffebb525f21f7aaf608fd;hp=76e2f258c29eaf43f4a1b29e051979e57af6e38c;hpb=4a7ad144766ca9c7845627fbf8b4956a0e8ed6e6;p=citadel.git diff --git a/citadel/citserver.c b/citadel/citserver.c index 76e2f258c..edbffb3d8 100644 --- a/citadel/citserver.c +++ b/citadel/citserver.c @@ -907,7 +907,7 @@ void citproto_begin_session() { * This loop recognizes all server commands. */ void do_command_loop(void) { - char cmdbuf[1024]; + char cmdbuf[SIZ]; time(&CC->lastcmd); memset(cmdbuf, 0, sizeof cmdbuf); /* Clear it, just in case */