mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 02:29:34 -05:00
Fix lint in previous commit
This commit is contained in:
parent
f662a39d41
commit
f5bfb64f07
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue