summaryrefslogtreecommitdiff
path: root/source3/utils
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2008-01-05 00:41:48 -0800
committerJeremy Allison <jra@samba.org>2008-01-05 00:41:48 -0800
commit160fefc71a1c0d5cc596b2291ac6e54c4d7c4c6d (patch)
tree9fa305e6974781af0ea6f4c775d454087898f305 /source3/utils
parent9baa97a46ebb92a5968ceba0fb5c2de51e6fa8f0 (diff)
downloadsamba-160fefc71a1c0d5cc596b2291ac6e54c4d7c4c6d.tar.gz
samba-160fefc71a1c0d5cc596b2291ac6e54c4d7c4c6d.tar.bz2
samba-160fefc71a1c0d5cc596b2291ac6e54c4d7c4c6d.zip
Fix args to cli_force_encryption.
Jeremy. (This used to be commit 7b0826aeec284fb129dc1101a5eae2ca96c7cfb6)
Diffstat (limited to 'source3/utils')
-rw-r--r--source3/utils/net.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/utils/net.c b/source3/utils/net.c
index 59316091ba..586ea2fdb6 100644
--- a/source3/utils/net.c
+++ b/source3/utils/net.c
@@ -202,8 +202,7 @@ NTSTATUS connect_to_service(struct cli_state **c,
nt_status = cli_force_encryption(*c,
opt_user_name,
opt_password,
- opt_workgroup,
- service_name);
+ opt_workgroup);
if (NT_STATUS_EQUAL(nt_status,NT_STATUS_NOT_SUPPORTED)) {
d_printf("Encryption required and "