librpc When sending endpoint mapper requests, include the minor if_version
[abartlet/samba.git/.git] / client / mount.cifs.c
index 9044184ed21ee97bc236a1b5cfe7eebc873e40eb..d307f4f012037c0e02cdf77bac51e120253bc5fc 100644 (file)
@@ -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",