mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
silence warning
This commit is contained in:
parent
811929011d
commit
5f342a8431
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user