summaryrefslogtreecommitdiffstats
path: root/source3/smbd/process.c
diff options
context:
space:
mode:
authorGarming Sam <garming@catalyst.net.nz>2014-02-04 15:09:09 +1300
committerJeremy Allison <jra@samba.org>2014-02-07 16:19:15 -0800
commit64dc4b59f880b190a347f33dbcb40e0d65a8e009 (patch)
treeb4495dda9da5ee3d228ed9687a460a1a144850a9 /source3/smbd/process.c
parent57d407430fedcaed643f4f2feed72512fca664c2 (diff)
downloadsamba-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.c2
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