mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
Fix lint in previous commit
This commit is contained in:
parent
f662a39d41
commit
f5bfb64f07
@ -473,7 +473,7 @@ str2anlist( AttributeName *an, const char *in, const char *brkstr )
|
||||
if ( !anew->an_oc ) {
|
||||
free( an );
|
||||
/* overwrites input string on error! */
|
||||
strcpy( in, s );
|
||||
strcpy( (char *)in, s );
|
||||
return NULL;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user