Browse Source

(string_initial): Commented out.
(init_locals): Define as do nothing macro. Printing is not supported.

Andrew V. Samoilov 22 years ago
parent
commit
9740d2a810
1 changed files with 4 additions and 2 deletions
  1. 4 2
      vfs/samba/param/loadparm.c

+ 4 - 2
vfs/samba/param/loadparm.c

@@ -988,6 +988,7 @@ static void init_globals(void)
   interpret_coding_system(KANJI);
 }
 
+#if 0
 /***************************************************************************
 check if a string is initialised and if not then initialise it
 ***************************************************************************/
@@ -997,7 +998,6 @@ static void string_initial(char **s,char *v)
     string_init(s,v);
 }
 
-
 /***************************************************************************
 Initialise the sDefault parameter structure.
 ***************************************************************************/
@@ -1047,7 +1047,9 @@ static void init_locals(void)
       
     }
 }
-
+#else
+#define init_locals()
+#endif /* 0 */
 
 /******************************************************************* a
 convenience routine to grab string parameters into a rotating buffer,