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
Tero Saarni
OpenLDAP
Commits
52a96696
Commit
52a96696
authored
Apr 01, 2015
by
Howard Chu
Committed by
Quanah Gibson-Mount
Apr 03, 2015
Browse files
ITS#8092 no-op if there's no context
parent
16403bc0
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/sasl.c
View file @
52a96696
...
@@ -315,6 +315,10 @@ slap_auxprop_lookup(
...
@@ -315,6 +315,10 @@ slap_auxprop_lookup(
}
}
}
}
/* we don't know anything about this, ignore it */
if
(
!
conn
)
return
SASL_OK
;
/* Now see what else needs to be fetched */
/* Now see what else needs to be fetched */
for
(
i
=
0
;
sl
.
list
[
i
].
name
;
i
++
)
{
for
(
i
=
0
;
sl
.
list
[
i
].
name
;
i
++
)
{
const
char
*
name
=
sl
.
list
[
i
].
name
;
const
char
*
name
=
sl
.
list
[
i
].
name
;
...
...
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