* more witchhunt on sprintf
[citadel.git] / webcit / webcit.c
index 420aa7b14816aed0a3d85b8d66b0846a98045d00..89b237e8aa56fae1c9c341ec66394a8819401600 100644 (file)
@@ -535,7 +535,7 @@ void output_headers(        int do_httpheaders,     /**< 1 = output HTTP headers
                );
        }
 
-       stuff_to_cookie(cookie, WC->wc_session, WC->wc_username,
+       stuff_to_cookie(cookie, 1024, WC->wc_session, WC->wc_username,
                        WC->wc_password, WC->wc_roomname);
 
        if (unset_cookies) {