We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fabf33f commit 8764fdbCopy full SHA for 8764fdb
windows/svc/mgr/config.go
@@ -45,7 +45,7 @@ type Config struct {
45
SidType uint32 // one of SERVICE_SID_TYPE, the type of sid to use for the service
46
DelayedAutoStart bool // the service is started after other auto-start services are started plus a short delay
47
}
48
-
+
49
func toString(p *uint16) string {
50
if p == nil {
51
return ""
0 commit comments