From: Wouter Wijngaards Date: Thu, 9 Jun 2016 14:30:37 +0000 (+0000) Subject: - Revert fix for NetworkService account on windows due to breakage X-Git-Tag: release-1.5.10~94 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=81c9d1059686c9e710ebded160e0520c71836051;p=thirdparty%2Funbound.git - Revert fix for NetworkService account on windows due to breakage it causes. git-svn-id: file:///svn/unbound/trunk@3771 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/doc/Changelog b/doc/Changelog index 1e04c8977..7c9c10ae9 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,6 +1,8 @@ 9 June 2016: Wouter - Trunk is called 1.5.10 (with previous fixes already in there to 2 june). + - Revert fix for NetworkService account on windows due to breakage + it causes. 7 June 2016: Ralph - Lookup localzones by taglist from acl. diff --git a/winrc/w_inst.c b/winrc/w_inst.c index a9f1defa1..023490631 100644 --- a/winrc/w_inst.c +++ b/winrc/w_inst.c @@ -231,8 +231,8 @@ wsvc_install(FILE* out, const char* rename) NULL, /* no load ordering group */ NULL, /* no tag identifier */ NULL, /* no deps */ - (LPCTSTR)"NT AUTHORITY\\NetworkService", /* network service account with restricted rights */ - "" /* no password (must be an empty string) */ + NULL, /* on LocalSystem */ + NULL /* no password */ ); if(!sv) { CloseServiceHandle(scm);