mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-03-04 02:14:40 +01:00
If we can't disconnect from the Service Manager, it's no big deal
This commit is contained in:
parent
bfd74185f5
commit
b5bb0fd504
1 changed files with 1 additions and 3 deletions
|
@ -7,10 +7,8 @@ func ServiceManagerStartNotify() error {
|
|||
if err != nil {
|
||||
return err
|
||||
}
|
||||
_ = mgr.Disconnect()
|
||||
|
||||
if err = mgr.Disconnect(); err != nil {
|
||||
return err
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue