silence warning

This commit is contained in:
Pierangelo Masarati 2003-04-03 23:08:47 +00:00
parent 811929011d
commit 5f342a8431

View 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;