mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-17 14:00:30 +08:00
Add assert( s != NULL )
This commit is contained in:
parent
81f47aba80
commit
b458560a9e
@ -39,6 +39,8 @@ attr_normalize( char *s )
|
||||
{
|
||||
char *save;
|
||||
|
||||
assert( s != NULL );
|
||||
|
||||
for ( save = s; *s; s++ ) {
|
||||
*s = TOLOWER( (unsigned char) *s );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user