From 12a81e78de41fa5b0026b3d7e9335ecac208ff3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Kuzn=C3=ADk?= Date: Tue, 6 Apr 2021 14:12:28 +0100 Subject: [PATCH] ITS#9337 Actually use the local Operation --- contrib/slapd-modules/lastbind/lastbind.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); }