mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
entry_schema_check - NULL out *text when returning Success
This commit is contained in:
parent
f06ca8eb1f
commit
f682ee0918
@ -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 New Issue
Block a user