]> git.sur5r.net Git - openldap/commitdiff
silence warning
authorPierangelo Masarati <ando@openldap.org>
Thu, 3 Apr 2003 23:08:47 +0000 (23:08 +0000)
committerPierangelo Masarati <ando@openldap.org>
Thu, 3 Apr 2003 23:08:47 +0000 (23:08 +0000)
servers/slapd/connection.c

index 3fa6a89b1db52a0ce00bfc3f8b8915d648ced0e1..956180747aae3b9e7b7956cf6675a26ae7aff835 100644 (file)
@@ -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;