Update config.go

This commit is contained in:
utkarsh-extc
2019-08-02 07:59:59 +05:30
committed by GitHub
parent fabf33f708
commit 8764fdbd32

View File

@@ -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 ""