From: Ondřej Kuzník Date: Tue, 6 Apr 2021 13:12:28 +0000 (+0100) Subject: ITS#9337 Actually use the local Operation X-Git-Tag: OPENLDAP_REL_ENG_2_5_4~7^2~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12a81e78de41fa5b0026b3d7e9335ecac208ff3e;p=thirdparty%2Fopenldap.git ITS#9337 Actually use the local Operation --- diff --git a/contrib/slapd-modules/lastbind/lastbind.c b/contrib/slapd-modules/lastbind/lastbind.c index 9c2650d4a3..bd8e7821d9 100644 --- a/contrib/slapd-modules/lastbind/lastbind.c +++ b/contrib/slapd-modules/lastbind/lastbind.c @@ -225,7 +225,7 @@ done: */ } - rc = op->o_bd->be_modify( &op2, &r2 ); + rc = op2.o_bd->be_modify( &op2, &r2 ); slap_mods_free( mod, 1 ); }