mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
Fix shadowing bug created from previous change.
This commit is contained in:
parent
0a5ab66d69
commit
6ffddf154a
@ -114,7 +114,7 @@ str2charray( char *str, char *brkstr )
|
||||
int i;
|
||||
|
||||
/* protect the input string from strtok */
|
||||
char *str = strdup( str );
|
||||
str = strdup( str );
|
||||
|
||||
i = 1;
|
||||
for ( s = str; *s; s++ ) {
|
||||
|
Loading…
Reference in New Issue
Block a user