Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

fix: Missing nil checks #3096

Merged
merged 2 commits into from
Aug 23, 2017
Merged

fix: Missing nil checks #3096

merged 2 commits into from
Aug 23, 2017

Conversation

mikebryant
Copy link
Collaborator

Fixes #3095

npc/rule.go Outdated
}
dstComment := "anywhere"
if dstHost != nil {
dstComment = fmt.Sprintf("pods: namespace: %s, selector: %s", dstHost.nsName, dstHost.key)

This comment was marked as abuse.

This comment was marked as abuse.

@bboreham
Copy link
Contributor

Thanks @mikebryant !

@mikebryant mikebryant deleted the wip-3095 branch August 23, 2017 11:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants