If we can't disconnect from the Service Manager, it's no big deal

This commit is contained in:
Frank Denis 2019-12-09 13:07:47 +01:00
parent bfd74185f5
commit b5bb0fd504
1 changed files with 1 additions and 3 deletions

View File

@ -7,10 +7,8 @@ func ServiceManagerStartNotify() error {
if err != nil {
return err
}
_ = mgr.Disconnect()
if err = mgr.Disconnect(); err != nil {
return err
}
return nil
}