s3:client: avoid interpret_protocol()
authorStefan Metzmacher <metze@samba.org>
Sun, 11 Aug 2013 11:08:49 +0000 (13:08 +0200)
committerStefan Metzmacher <metze@samba.org>
Thu, 15 Aug 2013 07:07:05 +0000 (09:07 +0200)
commit861ee9319f3cce8f104fd30c7139323ac3d3319d
treef50a3463dcfe3465ee987b7122c93d3be0642154
parentf2fb829cee81996c62ff91cb8d1e9997008ffb42
s3:client: avoid interpret_protocol()

lp_set_cmdline("client max protocol",...) and
lp_cli_maxprotocol() are the more generic solution.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/client/client.c