From 5f342a8431965b3ab3702496f2e3dcaf6b46f2a0 Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Thu, 3 Apr 2003 23:08:47 +0000 Subject: [PATCH] silence warning --- servers/slapd/connection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/slapd/connection.c b/servers/slapd/connection.c index 3fa6a89b1d..956180747a 100644 --- a/servers/slapd/connection.c +++ b/servers/slapd/connection.c @@ -880,7 +880,7 @@ void connection_done( Connection *c ) static void * connection_operation( void *ctx, void *arg_v ) { - int rc; + int rc = SLAPD_DISCONNECT; Operation *op = arg_v; SlapReply rs = {REP_RESULT}; ber_tag_t tag = op->o_tag; -- 2.39.5