mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 17:49:59 -05:00
ITS#8092 no-op if there's no context
This commit is contained in:
parent
de76b8d1ce
commit
012b7f0e7d
1 changed files with 4 additions and 0 deletions
|
|
@ -340,6 +340,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 */
|
||||
for( i = 0; sl.list[i].name; i++ ) {
|
||||
const char *name = sl.list[i].name;
|
||||
|
|
|
|||
Loading…
Reference in a new issue