diff options
author | Garming Sam <garming@catalyst.net.nz> | 2014-02-04 15:09:09 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-02-07 16:19:15 -0800 |
commit | 64dc4b59f880b190a347f33dbcb40e0d65a8e009 (patch) | |
tree | b4495dda9da5ee3d228ed9687a460a1a144850a9 /source3/smbd/process.c | |
parent | 57d407430fedcaed643f4f2feed72512fca664c2 (diff) | |
download | samba-64dc4b59f880b190a347f33dbcb40e0d65a8e009.tar.gz samba-64dc4b59f880b190a347f33dbcb40e0d65a8e009.tar.xz samba-64dc4b59f880b190a347f33dbcb40e0d65a8e009.zip |
param: rename lp function and variable from "srv_maxprotocol" to "server_max_protocol"
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/smbd/process.c')
-rw-r--r-- | source3/smbd/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/process.c b/source3/smbd/process.c index 6d7af26a6e..1e1b8738b4 100644 --- a/source3/smbd/process.c +++ b/source3/smbd/process.c @@ -3374,7 +3374,7 @@ void smbd_process(struct tevent_context *ev_ctx, } } - if (lp_srv_maxprotocol() >= PROTOCOL_SMB2_02) { + if (lp_server_max_protocol() >= PROTOCOL_SMB2_02) { /* * We're not making the decision here, * we're just allowing the client |