From: Pierangelo Masarati Date: Thu, 3 Apr 2003 23:08:47 +0000 (+0000) Subject: silence warning X-Git-Tag: AUTOCONF_2_57~92 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5f342a8431965b3ab3702496f2e3dcaf6b46f2a0;p=openldap silence warning --- 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;