diff options
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 |