The branch, v3-3-test has been updated
       via  3bfeae651ff4bd0d777e7bc5980008960d8e5a44 (commit)
      from  c10aad9f136b7c2ef4809fd8558013ab2ee40cf6 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test


- Log -----------------------------------------------------------------
commit 3bfeae651ff4bd0d777e7bc5980008960d8e5a44
Author: Volker Lendecke <[EMAIL PROTECTED]>
Date:   Wed Jun 25 16:24:33 2008 +0200

    Fix the build

-----------------------------------------------------------------------

Summary of changes:
 source/param/loadparm.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/param/loadparm.c b/source/param/loadparm.c
index 9698feb..b679b79 100644
--- a/source/param/loadparm.c
+++ b/source/param/loadparm.c
@@ -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;
                }


-- 
Samba Shared Repository

Reply via email to