s3: Quieten a bogus error message
authorVolker Lendecke <vl@samba.org>
Tue, 9 Nov 2010 19:29:17 +0000 (20:29 +0100)
committerVolker Lendecke <vlendec@samba.org>
Tue, 9 Nov 2010 20:15:59 +0000 (20:15 +0000)
commitc83a40ddbfe0710b9206f98f811bbf9056870ebe
treef7c3633850598ce964c474aa7330ac0356543989
parent5f3747385776eac1901798aef07364ae8f79f64c
s3: Quieten a bogus error message

This happens if you set "auth methods = winbind" without a fallback method.

The return NT_STATUS_LOGON_FAILURE; is not strictly require here, because we
fall through to the equivalent statement a few lines down, but it makes the
code a bit clearer IMO.

Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Tue Nov  9 20:15:59 UTC 2010 on sn-devel-104
source3/auth/auth_winbind.c