Fixed up a compiler warning
authorDave West <davew@uncensored.citadel.org>
Sat, 29 Dec 2007 21:56:15 +0000 (21:56 +0000)
committerDave West <davew@uncensored.citadel.org>
Sat, 29 Dec 2007 21:56:15 +0000 (21:56 +0000)
citadel/citserver.c

index e1b2135f7aec14d5cf1f14f82a13e727e8547fd5..24b76c1dba9f1e8a991256b421ade5950604397f 100644 (file)
@@ -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");