1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

Fix the build

(This used to be commit 3bfeae651f)
This commit is contained in:
Volker Lendecke 2008-06-25 16:24:33 +02:00
parent 927621ba12
commit 335e3b1197

View File

@ -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(&param_key);
return data;
}