From: Wilfried Goesgens Date: Tue, 16 Apr 2013 21:04:12 +0000 (+0200) Subject: fix compilation. X-Git-Tag: v8.20~57 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=5ce143deec653885c56c978b03acea9265477297 fix compilation. --- diff --git a/citadel/sysdep.c b/citadel/sysdep.c index 193458d56..1caf2ce10 100644 --- a/citadel/sysdep.c +++ b/citadel/sysdep.c @@ -908,7 +908,8 @@ int client_getln(char *buf, int bufsize) void close_masters (void) { struct ServiceFunctionHook *serviceptr; - + const char *Text; + /* * close all protocol master sockets */ @@ -917,8 +918,6 @@ void close_masters (void) if (serviceptr->tcp_port > 0) { - const char *Text; - if (serviceptr->msock == -1) Text = "not closing again"; else