]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9337 Actually use the local Operation
authorOndřej Kuzník <ondra@mistotebe.net>
Tue, 6 Apr 2021 13:12:28 +0000 (14:12 +0100)
committerOndřej Kuzník <ondra@mistotebe.net>
Tue, 6 Apr 2021 13:12:28 +0000 (14:12 +0100)
contrib/slapd-modules/lastbind/lastbind.c

index 9c2650d4a31c43a7d05ad22ce425ecadd530474d..bd8e7821d9a879b7ed72de709fc562027d28fc99 100644 (file)
@@ -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 );
        }