Skip to content

Commit

Permalink
Clean up some minor debugging cruft. #165
Browse files Browse the repository at this point in the history
  • Loading branch information
danderson committed Apr 8, 2018
1 parent 8bd6e09 commit e0a4e36
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/layer2/arp.go
Expand Up @@ -75,8 +75,7 @@ func (a *arpCoordinator) updateInterfaces() error {
continue
}
if a.responders[ifi.Index] == nil {
fifi := ifi
resp, err := newARPResponder(&fifi, a.announce)
resp, err := newARPResponder(&ifi, a.announce)
if err != nil {
return fmt.Errorf("Creating ARP responder for %q: %s", ifi.Name, err)
}
Expand Down

0 comments on commit e0a4e36

Please sign in to comment.