From 67e578ab5aa604cc409480479c2f2b3bc9a969da Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Wed, 26 Jan 2011 10:50:44 -0800 Subject: Allow "security = share" with SMB2. We already handle this in smb2/smb2_server.c Autobuild-User: Jeremy Allison Autobuild-Date: Wed Jan 26 20:37:29 CET 2011 on sn-devel-104 --- source3/smbd/process.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source3/smbd/process.c b/source3/smbd/process.c index 4a93e7f041..12ea28a399 100644 --- a/source3/smbd/process.c +++ b/source3/smbd/process.c @@ -2915,7 +2915,6 @@ void smbd_process(struct smbd_server_connection *sconn) int ret; if (lp_maxprotocol() == PROTOCOL_SMB2 && - lp_security() != SEC_SHARE && !lp_async_smb_echo_handler()) { /* * We're not making the desion here, -- cgit