Fix the build
authorVolker Lendecke <vl@samba.org>
Wed, 25 Jun 2008 14:24:33 +0000 (16:24 +0200)
committerVolker Lendecke <vl@samba.org>
Wed, 25 Jun 2008 14:25:05 +0000 (16:25 +0200)
(This used to be commit 3bfeae651ff4bd0d777e7bc5980008960d8e5a44)

source3/param/loadparm.c

index 9698feb06097f15693f1e9df740900f6c8427432..b679b79feaee8866621e2ee2b195b9b926672e58 100644 (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;
                }