Author: abartlet
Date: 2006-01-06 03:56:47 +0000 (Fri, 06 Jan 2006)
New Revision: 12732

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12732

Log:
This option does nothing.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/utils/testparm.c


Changeset:
Modified: branches/SAMBA_4_0/source/utils/testparm.c
===================================================================
--- branches/SAMBA_4_0/source/utils/testparm.c  2006-01-06 02:50:46 UTC (rev 
12731)
+++ branches/SAMBA_4_0/source/utils/testparm.c  2006-01-06 03:56:47 UTC (rev 
12732)
@@ -78,7 +78,6 @@
        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 @@
 /*
   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" },

Reply via email to