]> jfr.im git - solanum.git/blobdiff - modules/cap_server_time.c
authd: It Works, Bitches™
[solanum.git] / modules / cap_server_time.c
index 3119319f93592c4f1ea3c6b879cf872587f3eb65..73fce0170ebc96fff8880bd8452bcdbc711a0ca5 100644 (file)
@@ -52,7 +52,7 @@ mapi_cap_list_av2 cap_server_time_cap_list[] = {
 static void
 cap_server_time_process(hook_data *data)
 {
-       static char buf[IRCD_BUFSIZE];
+       static char buf[BUFSIZE];
        time_t ts = rb_current_time();
        struct MsgBuf *msgbuf = data->arg1;