]> git.sur5r.net Git - openldap/commit
ITS#8011: few corrections for lmdb-backend;
authorLeo Yuriev <leo@yuriev.ru>
Sun, 4 Jan 2015 07:41:04 +0000 (07:41 +0000)
committerHoward Chu <hyc@openldap.org>
Sun, 4 Jan 2015 07:41:07 +0000 (07:41 +0000)
commit67a65ec701152780522ce6b07d8bdb73f4de4145
tree0ae168e84d218160599d0aa00d789f39c85b24c3
parent7c2951819fe924ce69413be58f64c501d60202c2
ITS#8011: few corrections for lmdb-backend;

dn2id.c:
  + assertion for mdb_id2l_insert() result;
  - unnecessary assignment;

search.c:
  - unused variable 'first';
  + range-check for mdb_idl_search() result;
servers/slapd/back-mdb/dn2id.c
servers/slapd/back-mdb/search.c