mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
r20069: Fix logic bug I introduced
(This used to be commit d935ecec98747dfd9f35ab81760ef95a0d983ed7)
This commit is contained in:
parent
97a00e7df8
commit
ff61853fb3
@ -57,7 +57,7 @@ static WERROR netlogon_stop( const char *service, SERVICE_STATUS *service_status
|
||||
|
||||
static WERROR netlogon_start( const char *service )
|
||||
{
|
||||
if ( share_defined("NETLOGON") )
|
||||
if ( !share_defined("NETLOGON") )
|
||||
return WERR_SERVICE_DISABLED;
|
||||
|
||||
return WERR_ACCESS_DENIED;
|
||||
|
Loading…
x
Reference in New Issue
Block a user