summaryrefslogtreecommitdiff
path: root/source3/rpcclient
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2016-05-19 11:47:29 +0200
committerJeremy Allison <jra@samba.org>2016-05-21 01:28:28 +0200
commitf4b5e9d44d32a26d47fa8e465047be4355d4c30f (patch)
tree9f108ab8d1374eb2c0019d36307e4b70c5a0cf43 /source3/rpcclient
parent7d0def3056925118f3f47ff721939c0f5a42db57 (diff)
downloadsamba-f4b5e9d44d32a26d47fa8e465047be4355d4c30f.tar.gz
Revert "s3:rpcclient add -m option"
This reverts commit a55ac51f5f67c61bda1fee7067ad7d09a0c1efdf. This will be implemented in a more common way using the "client ipc max protocol" option. BUG: https://bugzilla.samba.org/show_bug.cgi?id=11927 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/rpcclient')
-rw-r--r--source3/rpcclient/rpcclient.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/rpcclient/rpcclient.c b/source3/rpcclient/rpcclient.c
index 44d691bd614..efca9530cf2 100644
--- a/source3/rpcclient/rpcclient.c
+++ b/source3/rpcclient/rpcclient.c
@@ -913,7 +913,6 @@ out_free:
{"command", 'c', POPT_ARG_STRING, &cmdstr, 'c', "Execute semicolon separated cmds", "COMMANDS"},
{"dest-ip", 'I', POPT_ARG_STRING, &opt_ipaddr, 'I', "Specify destination IP address", "IP"},
{"port", 'p', POPT_ARG_INT, &opt_port, 'p', "Specify port number", "PORT"},
- {"max-protocol", 'm', POPT_ARG_STRING, NULL, 'm', "Set the max protocol level", "LEVEL" },
POPT_COMMON_SAMBA
POPT_COMMON_CONNECTION
POPT_COMMON_CREDENTIALS
@@ -950,10 +949,6 @@ out_free:
while((opt = poptGetNextOpt(pc)) != -1) {
switch (opt) {
- case 'm':
- lp_set_cmdline("client max protocol", poptGetOptArg(pc));
- break;
-
case 'I':
if (!interpret_string_addr(&server_ss,
opt_ipaddr,