From 5ce143deec653885c56c978b03acea9265477297 Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Tue, 16 Apr 2013 23:04:12 +0200 Subject: [PATCH] fix compilation. --- citadel/sysdep.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 -- 2.30.2