entry_schema_check - NULL out *text when returning Success

This commit is contained in:
Howard Chu 2005-03-15 08:29:42 +00:00
parent f06ca8eb1f
commit f682ee0918

View File

@ -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;
}