Skip to content
Snippets Groups Projects
Commit 23116be5 authored by Howard Chu's avatar Howard Chu
Browse files

More for -q tool mode

parent 3218f6c1
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,9 @@ bdb_dn2id_lock( struct bdb_info *bdb, struct berval *dn,
DBT lockobj;
int db_rw;
if (!locker)
return 0;
if (rw)
db_rw = DB_LOCK_WRITE;
else
......
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