mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
Extra NULL check, just in case
This commit is contained in:
parent
727baf2fa5
commit
aeba8c29bb
@ -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 New Issue
Block a user