mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-02 04:59:39 -05:00
Extra NULL check, just in case
This commit is contained in:
parent
727baf2fa5
commit
aeba8c29bb
1 changed files with 3 additions and 0 deletions
|
|
@ -675,6 +675,9 @@ glue_tool_entry_next (
|
|||
int i;
|
||||
ID rc;
|
||||
|
||||
if (!glueBack)
|
||||
return NOID;
|
||||
|
||||
rc = glueBack->be_entry_next (glueBack);
|
||||
|
||||
/* If we ran out of entries in one database, move on to the next */
|
||||
|
|
|
|||
Loading…
Reference in a new issue