]> code.citadel.org Git - citadel.git/blobdiff - citadel/serv_test.c
* Removed all of the thread cancellation cruft that is no longer necessary
[citadel.git] / citadel / serv_test.c
index 8da2e2e474eb857a5f18855c1dcb0a5138f1ba3b..0d3ce30bce1604542171850c960a77627e295c66 100644 (file)
 #include <sys/wait.h>
 #include <string.h>
 #include <limits.h>
-#ifdef HAVE_PTHREAD_H
-#include <pthread.h>
-#endif
 #include "citadel.h"
 #include "server.h"
-#include <syslog.h>
 #include <time.h>
 #include "sysdep_decls.h"
 #include "citserver.h"
@@ -36,8 +32,7 @@ void CleanupTest(void) {
        }
 
 void NewRoomTest(void) {
-       lprintf(9, "--- test module was told we're now in %s ---\n",
-               CC->cs_room);
+       lprintf(9, "--- test module was told we're now in a new room ---\n");
        }
 
 void SessionStartTest(void) {