mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-12 05:32:42 -04:00
parent
578714e8f1
commit
bd3ad6fb59
1 changed files with 0 additions and 4 deletions
|
|
@ -9,8 +9,6 @@
|
|||
* information regarding copyright ownership.
|
||||
*/
|
||||
|
||||
/* $Id: ntservice.c,v 1.16 2011/01/13 08:50:29 tbox Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
#include <stdio.h>
|
||||
|
||||
|
|
@ -48,8 +46,6 @@ ntservice_init(void) {
|
|||
if (!hServiceStatus) {
|
||||
ns_main_earlyfatal(
|
||||
"could not register service control handler");
|
||||
UpdateSCM(SERVICE_STOPPED);
|
||||
exit(1);
|
||||
}
|
||||
UpdateSCM(SERVICE_RUNNING);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue