mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
Fixup cast more.
git-svn-id: file:///svn/unbound/trunk@3737 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
7463335255
commit
0b193d9c88
1 changed files with 1 additions and 1 deletions
|
|
@ -231,7 +231,7 @@ wsvc_install(FILE* out, const char* rename)
|
||||||
NULL, /* no load ordering group */
|
NULL, /* no load ordering group */
|
||||||
NULL, /* no tag identifier */
|
NULL, /* no tag identifier */
|
||||||
NULL, /* no deps */
|
NULL, /* no deps */
|
||||||
(_T)("NT AUTHORITY\\NetworkService"), /* network service account with restricted rights */
|
(LPCTSTR)"NT AUTHORITY\\NetworkService", /* network service account with restricted rights */
|
||||||
"" /* no password (must be an empty string) */
|
"" /* no password (must be an empty string) */
|
||||||
);
|
);
|
||||||
if(!sv) {
|
if(!sv) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue