summaryrefslogtreecommitdiff
path: root/source3/client
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2008-01-05 00:46:04 -0800
committerJeremy Allison <jra@samba.org>2008-01-05 00:46:04 -0800
commit722d288d211de98d3fc55a9ce4521296d7fb6f77 (patch)
treef14076723ff870dc9a6adc94345b5eb74ca0966d /source3/client
parent160fefc71a1c0d5cc596b2291ac6e54c4d7c4c6d (diff)
downloadsamba-722d288d211de98d3fc55a9ce4521296d7fb6f77.tar.gz
samba-722d288d211de98d3fc55a9ce4521296d7fb6f77.tar.bz2
samba-722d288d211de98d3fc55a9ce4521296d7fb6f77.zip
Use the common -e option not the custom one.
Jeremy. (This used to be commit ef1bbcdfb98da185c07005dd7810039f99f0685f)
Diffstat (limited to 'source3/client')
-rw-r--r--source3/client/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/client/client.c b/source3/client/client.c
index a5e4a3863a..46f056021e 100644
--- a/source3/client/client.c
+++ b/source3/client/client.c
@@ -4598,7 +4598,6 @@ static int do_message_op(void)
{ "port", 'p', POPT_ARG_INT, &port, 'p', "Port to connect to", "PORT" },
{ "grepable", 'g', POPT_ARG_NONE, NULL, 'g', "Produce grepable output" },
{ "browse", 'B', POPT_ARG_NONE, NULL, 'B', "Browse SMB servers using DNS" },
- { "encrypt", 'e', POPT_ARG_NONE, NULL, 'e', "Encrypt SMB transport (UNIX extended servers only)" },
POPT_COMMON_SAMBA
POPT_COMMON_CONNECTION
POPT_COMMON_CREDENTIALS
@@ -4834,6 +4833,7 @@ static int do_message_op(void)
calling_name = talloc_strdup(frame, global_myname() );
}
+ smb_encrypt = get_cmdline_auth_info_smb_encrypt();
init_names();
if(new_name_resolve_order)