mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 09:09:54 -05:00
dn2id_lock is no longer needed
This commit is contained in:
parent
fdd2c3a5a7
commit
b8a1da95a2
1 changed files with 4 additions and 0 deletions
|
|
@ -23,6 +23,7 @@
|
|||
#include "idl.h"
|
||||
#include "lutil.h"
|
||||
|
||||
#if 0
|
||||
#define bdb_dn2id_lock BDB_SYMBOL(dn2id_lock)
|
||||
|
||||
static int
|
||||
|
|
@ -48,6 +49,9 @@ bdb_dn2id_lock( struct bdb_info *bdb, struct berval *dn,
|
|||
&lockobj, db_rw, lock);
|
||||
return rc;
|
||||
}
|
||||
#else
|
||||
#define bdb_dn2id_lock(a,b,c,d,e) 0
|
||||
#endif
|
||||
|
||||
#ifndef BDB_HIER
|
||||
int
|
||||
|
|
|
|||
Loading…
Reference in a new issue