From: Wouter Wijngaards Date: Tue, 31 May 2016 11:47:44 +0000 (+0000) Subject: Fixup previous commit, remove NULL line. X-Git-Tag: release-1.5.9rc1~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6387299f94823539bf336acd6bb155ce906581de;p=thirdparty%2Funbound.git Fixup previous commit, remove NULL line. git-svn-id: file:///svn/unbound/trunk@3735 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/winrc/w_inst.c b/winrc/w_inst.c index bd1af7131..c96c5092b 100644 --- a/winrc/w_inst.c +++ b/winrc/w_inst.c @@ -231,7 +231,6 @@ wsvc_install(FILE* out, const char* rename) NULL, /* no load ordering group */ NULL, /* no tag identifier */ NULL, /* no deps */ - NULL, /* on LocalSystem */ _T("NT AUTHORITY\\NetworkService"), /* network service account with restricted rights */ "" /* no password (must be an empty string) */ );