[SCM] Samba Shared Repository - branch master updated

Jeremy Allison jra at samba.org
Fri Jan 29 15:37:26 MST 2010


The branch, master has been updated
       via  ce73f91... Fix const warning.
      from  d89427a... Revert "s4:include/includes.h - Need to include "system/network.h""

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit ce73f91ee2681862e26e84e5572336d84cf341c4
Author: Jeremy Allison <jra at samba.org>
Date:   Fri Jan 29 14:36:36 2010 -0800

    Fix const warning.
    
    Jeremy

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

Summary of changes:
 client/mount.cifs.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/client/mount.cifs.c b/client/mount.cifs.c
index 9044184..d307f4f 100644
--- a/client/mount.cifs.c
+++ b/client/mount.cifs.c
@@ -1207,7 +1207,7 @@ static void print_cifs_mount_version(void)
  */
 static int check_newline(const char *progname, const char *name)
 {
-    char *s;
+    const char *s;
     for (s = "\n"; *s; s++) {
         if (strchr(name, *s)) {
             fprintf(stderr, "%s: illegal character 0x%02x in mount entry\n",


-- 
Samba Shared Repository


More information about the samba-cvs mailing list