mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
parent
927621ba12
commit
335e3b1197
@ -5380,7 +5380,7 @@ static param_opt_struct *get_parametrics(int snum, const char *type, const char
|
||||
}
|
||||
|
||||
while (data) {
|
||||
if (strcasecmp(data->key, param_key) == 0) {
|
||||
if (StrCaseCmp(data->key, param_key) == 0) {
|
||||
string_free(¶m_key);
|
||||
return data;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user