1
0
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:
Volker Lendecke 2006-12-07 19:21:37 +00:00 committed by Gerald (Jerry) Carter
parent 97a00e7df8
commit ff61853fb3

View File

@ -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;