]> git.sur5r.net Git - openldap/commit
Fix idl_firstid to return NOID when !(nids > 1) instead of when (nids == 1)
authorKurt Zeilenga <kurt@openldap.org>
Tue, 2 Feb 1999 02:46:18 +0000 (02:46 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 2 Feb 1999 02:46:18 +0000 (02:46 +0000)
commit3e48937ac85d61654be7b8a6e77a098477a7b4ff
tree2bc1c35e21cb1b77510ca98b6830fba76ba467f4
parent4160c2029bb9fbc9973044b766f20b54ceaf63aa
Fix idl_firstid to return NOID when !(nids > 1) instead of when (nids == 1)
Fix idl_nextid not to skip an ID if ID not in list.
Both of these should not occur if used correctly, but cheap insurance
against incorrect usage is welcomed.
servers/slapd/back-ldbm/idl.c