Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
1d0e0909
Commit
1d0e0909
authored
Oct 23, 1998
by
Kurt Zeilenga
Browse files
remove lint reported by Hallvard
This could have caused a crash.
parent
12346ab4
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-ldbm/search.c
View file @
1d0e0909
...
...
@@ -157,8 +157,8 @@ ldbm_back_search(
int
i
,
len
;
if
(
ref
->
a_vals
==
NULL
)
{
Debug
(
LDAP_DEBUG_ANY
,
"null ref in (%s)
\n
"
,
0
,
0
,
0
);
Debug
(
LDAP_DEBUG_ANY
,
"null ref in (%s)
\n
"
,
e
->
e_dn
,
0
,
0
);
}
else
{
for
(
i
=
0
;
ref
->
a_vals
[
i
]
!=
NULL
;
i
++
)
{
/* referral + newline + null */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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