diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-02-27 14:24:30 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-02-27 07:36:05 +0100 |
commit | c318c94170d58aeaa34f00e06fbf960816f7d0d9 (patch) | |
tree | a81232d7fa943db0c94f8d0b13f529c7eebd1801 /source3/include | |
parent | d21f7783f6062118edf2c7b8dab79ebc5459317a (diff) | |
download | samba-c318c94170d58aeaa34f00e06fbf960816f7d0d9.tar.gz samba-c318c94170d58aeaa34f00e06fbf960816f7d0d9.tar.bz2 samba-c318c94170d58aeaa34f00e06fbf960816f7d0d9.zip |
s3-param: Align lp_{max,min}protocol with lib/param names
This adds an alisas to ensure that both our loadparm systems know all
the names.
I would like to move to the 'server ..' name as canonical, and this
will be raised on the list.
Andrew Bartlett
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index f973800855..e0d9f3117e 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1280,8 +1280,8 @@ int lp_passwordlevel(void); int lp_usernamelevel(void); int lp_deadtime(void); bool lp_getwd_cache(void); -int lp_maxprotocol(void); -int lp_minprotocol(void); +int lp_srv_maxprotocol(void); +int lp_srv_minprotocol(void); int lp_security(void); const char **lp_auth_methods(void); bool lp_paranoid_server_security(void); |