diff options
author | Andrew Bartlett <abartlet@samba.org> | 2006-01-06 03:56:47 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:49:47 -0500 |
commit | e011ab7e1d9d624b4fd926dc3f15df2ab5f756e6 (patch) | |
tree | 82081353a2a469a9e15ef285d9ed745ec3a5abee /source4/utils | |
parent | c66bc0dadbe7502f651fec53da488c838412f627 (diff) | |
download | samba-e011ab7e1d9d624b4fd926dc3f15df2ab5f756e6.tar.gz samba-e011ab7e1d9d624b4fd926dc3f15df2ab5f756e6.tar.xz samba-e011ab7e1d9d624b4fd926dc3f15df2ab5f756e6.zip |
r12732: This option does nothing.
Andrew Bartlett
(This used to be commit 708ce7de3034cfef3c6d8c7d49df8851ad1e5827)
Diffstat (limited to 'source4/utils')
-rw-r--r-- | source4/utils/testparm.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/utils/testparm.c b/source4/utils/testparm.c index d2f76960db0..fece3466ffb 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" }, |