summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2006-01-06 03:56:47 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:49:47 -0500
commite011ab7e1d9d624b4fd926dc3f15df2ab5f756e6 (patch)
tree82081353a2a469a9e15ef285d9ed745ec3a5abee
parentc66bc0dadbe7502f651fec53da488c838412f627 (diff)
downloadsamba-e011ab7e1d9d624b4fd926dc3f15df2ab5f756e6.tar.gz
samba-e011ab7e1d9d624b4fd926dc3f15df2ab5f756e6.tar.bz2
samba-e011ab7e1d9d624b4fd926dc3f15df2ab5f756e6.zip
r12732: This option does nothing.
Andrew Bartlett (This used to be commit 708ce7de3034cfef3c6d8c7d49df8851ad1e5827)
-rw-r--r--source4/utils/testparm.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/utils/testparm.c b/source4/utils/testparm.c
index d2f76960db..fece3466ff 100644
--- a/source4/utils/testparm.c
+++ b/source4/utils/testparm.c
@@ -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" },