From: Mark Andrews Date: Wed, 18 Apr 2018 04:18:05 +0000 (+1000) Subject: remove dead code X-Git-Tag: v9.13.0~46^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=686edad5c50d9c9b00b15f85e136020c89844b29;p=thirdparty%2Fbind9.git remove dead code --- diff --git a/bin/named/win32/ntservice.c b/bin/named/win32/ntservice.c index 388eaab5308..5b7af72de3e 100644 --- a/bin/named/win32/ntservice.c +++ b/bin/named/win32/ntservice.c @@ -9,8 +9,6 @@ * information regarding copyright ownership. */ -/* $Id: ntservice.c,v 1.16 2011/01/13 08:50:29 tbox Exp $ */ - #include #include @@ -48,8 +46,6 @@ ntservice_init(void) { if (!hServiceStatus) { named_main_earlyfatal( "could not register service control handler"); - UpdateSCM(SERVICE_STOPPED); - exit(1); } UpdateSCM(SERVICE_RUNNING); } else {