diff options
author | Jeremy Allison <jra@samba.org> | 2013-08-07 15:17:01 -0700 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2013-08-15 09:07:05 +0200 |
commit | f2fb829cee81996c62ff91cb8d1e9997008ffb42 (patch) | |
tree | 254401fb4d63aab352d3663c802249f234448cb6 /source3/include | |
parent | 7080917a87af578f451dfc840ed9d1e47a8a865b (diff) | |
download | samba-f2fb829cee81996c62ff91cb8d1e9997008ffb42.tar.gz samba-f2fb829cee81996c62ff91cb8d1e9997008ffb42.tar.bz2 samba-f2fb829cee81996c62ff91cb8d1e9997008ffb42.zip |
s3:param: Correctly set up cli_maxprotocol, cli_minprotocol in our parameter block.
Set to PROTOCOL_NT1, PROTOCOL_CORE by default.
Bug: https://bugzilla.samba.org/show_bug.cgi?id=9829
Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 13b1350624..01e57275b7 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1188,6 +1188,8 @@ int lp_deadtime(void); bool lp_getwd_cache(void); int lp_srv_maxprotocol(void); int lp_srv_minprotocol(void); +int lp_cli_maxprotocol(void); +int lp_cli_minprotocol(void); int lp_security(void); int lp__server_role(void); int lp__security(void); |