bmc-toolbox / bmclib

Library to abstract Baseboard Management Controller interaction
Apache License 2.0
194 stars 37 forks source link

providers/supermicro/supermicro.go: Initialize sum 'client' during serviceclient init #402

Closed splaspood closed 3 weeks ago

splaspood commented 3 weeks ago

What does this PR implement/change/remove?

A regression crept in recently where the 'sum' client was not being assigned to the 'serviceclient' when the supermicro provider was instantiated. This change fixes that problem.