From bda92c8645dbf790a8b6e7dd162fe1bd9d0aca47 Mon Sep 17 00:00:00 2001 From: Dave West Date: Sat, 29 Dec 2007 21:56:15 +0000 Subject: [PATCH] Fixed up a compiler warning --- citadel/citserver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/citadel/citserver.c b/citadel/citserver.c index e1b2135f7..24b76c1db 100644 --- a/citadel/citserver.c +++ b/citadel/citserver.c @@ -991,7 +991,7 @@ void citproto_begin_session() { */ void do_command_loop(void) { char cmdbuf[SIZ]; - char *old_name = NULL; + const char *old_name = NULL; old_name = CtdlThreadName("do_command_loop"); -- 2.39.2