From 8764fdbd3200eb38d482cfffb5bd98f565f4395f Mon Sep 17 00:00:00 2001 From: utkarsh-extc <53217283+utkarsh-extc@users.noreply.github.com> Date: Fri, 2 Aug 2019 07:59:59 +0530 Subject: [PATCH] Update config.go --- windows/svc/mgr/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/svc/mgr/config.go b/windows/svc/mgr/config.go index aff793cd..8431edbe 100644 --- a/windows/svc/mgr/config.go +++ b/windows/svc/mgr/config.go @@ -45,7 +45,7 @@ type Config struct { SidType uint32 // one of SERVICE_SID_TYPE, the type of sid to use for the service DelayedAutoStart bool // the service is started after other auto-start services are started plus a short delay } - + func toString(p *uint16) string { if p == nil { return ""