mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
Fix typo
This commit is contained in:
parent
8032189f8f
commit
f968d88874
1 changed files with 1 additions and 1 deletions
|
|
@ -391,7 +391,7 @@ mdb_opinfo_get( Operation *op, struct mdb_info *mdb, int rdonly, mdb_op_info **m
|
|||
mdb_txn_renew( moi->moi_txn );
|
||||
}
|
||||
moi->moi_ref++;
|
||||
if ( !*moip != moi )
|
||||
if ( *moip != moi )
|
||||
*moip = moi;
|
||||
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue