Skip to content
Snippets Groups Projects
Commit 3a2c6d1a authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

dn2id_lock is no longer needed

parent f7935c01
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment