X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fsysdep.c;fp=citadel%2Fsysdep.c;h=1caf2ce10b403987d9d8e53df1a3f89cafe44dd7;hp=193458d5667de921c4d0ead5b8cff7967c7823a8;hb=5ce143deec653885c56c978b03acea9265477297;hpb=69afe9d230c7ef68c414f0fa10a3e5624fbf0a49 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