Skip to content

Commit

Permalink
Merge pull request #48 from almaslennikov/hot-fix
Browse files Browse the repository at this point in the history
Fix for a nil pointer exception
  • Loading branch information
almaslennikov authored Nov 11, 2024
2 parents 56b1846 + 67d0d98 commit b98101f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/nic-configuration-daemon/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ func main() {
HostManager: hostManager,
MaintenanceManager: maintenanceManager,
EventRecorder: eventRecorder,
HostUtils: hostUtils,
}
err = nicDeviceReconciler.SetupWithManager(mgr, true)
if err != nil {
Expand Down

0 comments on commit b98101f

Please sign in to comment.