]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9882 bind: fix #9863 commit, use correct op/backend for mod
authorHoward Chu <hyc@openldap.org>
Mon, 11 Jul 2022 16:55:37 +0000 (17:55 +0100)
committerHoward Chu <hyc@openldap.org>
Mon, 11 Jul 2022 16:55:37 +0000 (17:55 +0100)
servers/slapd/bind.c

index 4b8eda69b5d747625cc55d2f046c7ccedd0890c6..19598f11a1365d2a0ac79c75bd89967576612bbe 100644 (file)
@@ -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: