Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
aeba8c29
Commit
aeba8c29
authored
Dec 10, 2001
by
Howard Chu
Browse files
Extra NULL check, just in case
parent
727baf2f
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/backglue.c
View file @
aeba8c29
...
...
@@ -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 */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment