Skip to content

Commit

Permalink
Fix nil logger panic
Browse files Browse the repository at this point in the history
  • Loading branch information
prydie committed Aug 2, 2018
1 parent 9d6b379 commit 912fd6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/oci/load_balancer_security_lists.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ func newSecurityListManager(logger *zap.SugaredLogger, client client.Interface,
baseMgr := baseSecurityListManager{
client: client,
securityLists: securityLists,
logger: logger,
}

if mode != ManagementModeNone {
Expand Down

0 comments on commit 912fd6a

Please sign in to comment.