resolve closer stuff

This commit is contained in:
idk 2018-12-25 05:25:39 -05:00
parent d5d5679b21
commit 2ce99664d5
No known key found for this signature in database
GPG key ID: D75C03B39B5E14E1

View file

@ -68,7 +68,6 @@ func (m Manager) Cleanup() error {
return err
}
}
return m.SAM.Close()
}
func NewManager(host, port, samhost, samport, datadir string, samopts []string) (*Manager, error) {