smbd: remove useless allow_access() check for AS_GUEST
commit9393d95f22276a5374f991746d48050fe0be47c5
authorStefan Metzmacher <metze@samba.org>
Wed, 23 May 2018 12:23:17 +0000 (23 14:23 +0200)
committerStefan Metzmacher <metze@samba.org>
Thu, 14 Jun 2018 18:52:23 +0000 (14 20:52 +0200)
treeca3b2986e2f4adabce781c6972b9be2d48d26b41
parent51407b90d9363341252acdf3663886b22d1ee4c7
smbd: remove useless allow_access() check for AS_GUEST

We already call allow_access() when we accept the connection
in smbd_add_connection().

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/process.c