r12732: This option does nothing.
authorAndrew Bartlett <abartlet@samba.org>
Fri, 6 Jan 2006 03:56:47 +0000 (03:56 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:49:47 +0000 (13:49 -0500)
Andrew Bartlett

source/utils/testparm.c

index d2f76960db07b1b62734ea8ca59732071e1b9881..fece3466ffbdfcc719286c1fd640242f2e956f49 100644 (file)
@@ -78,7 +78,6 @@ static int do_global_checks(void)
        static BOOL silent_mode = False;
        int ret = 0;
        poptContext pc;
-       static const char *term_code = "";
 /*
        static BOOL show_all_parameters = False;
        static char *new_local_machine = NULL;
@@ -96,7 +95,7 @@ static int do_global_checks(void)
 /*
   We need support for smb.conf macros before this will work again 
                {"server", 'L',POPT_ARG_STRING, &new_local_machine, 0, "Set %%L macro to servername\n"},
-*/             {"encoding", 't', POPT_ARG_STRING, &term_code, 0, "Print parameters with encoding"},
+*/
 /*
   These are harder to do with the new code structure
                {"show-all-parameters", '\0', POPT_ARG_VAL, &show_all_parameters, True, "Show the parameters, type, possible values" },