mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 02:29:34 -05:00
entry_schema_check - NULL out *text when returning Success
This commit is contained in:
parent
f06ca8eb1f
commit
f682ee0918
1 changed files with 2 additions and 0 deletions
|
|
@ -424,6 +424,7 @@ entry_schema_check(
|
|||
}
|
||||
|
||||
if( extensible ) {
|
||||
*text = NULL;
|
||||
return LDAP_SUCCESS;
|
||||
}
|
||||
|
||||
|
|
@ -471,6 +472,7 @@ entry_schema_check(
|
|||
}
|
||||
}
|
||||
|
||||
*text = NULL;
|
||||
return LDAP_SUCCESS;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue