From: Howard Chu Date: Mon, 11 Jul 2022 16:55:37 +0000 (+0100) Subject: ITS#9882 bind: fix #9863 commit, use correct op/backend for mod X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4528bdb3f37f0e457850095ad7f003bc9853df68;p=thirdparty%2Fopenldap.git ITS#9882 bind: fix #9863 commit, use correct op/backend for mod --- diff --git a/servers/slapd/bind.c b/servers/slapd/bind.c index 4b8eda69b5..19598f11a1 100644 --- a/servers/slapd/bind.c +++ b/servers/slapd/bind.c @@ -500,7 +500,7 @@ fe_op_lastbind( Operation *op ) } } - rc = op->o_bd->be_modify( &op2, &r2 ); + rc = op2.o_bd->be_modify( &op2, &r2 ); slap_mods_free( m, 1 ); done: