comment out this line to get it to compile for now
This commit is contained in:
parent
6acc13e010
commit
4474cfb527
3
addr.go
3
addr.go
|
@ -91,7 +91,8 @@ func (addrs *AddrSet) Read() error {
|
|||
}
|
||||
|
||||
// XXX: scope and other filters?
|
||||
addrs.updateAddr(addrUpdate.Addr, addrUpdate.NewAddr)
|
||||
log.Printf("jcarr: TODO: FIX: supposed to run addrs.updateAddr() here")
|
||||
// addrs.updateAddr(addrUpdate.Addr, addrUpdate.NewAddr)
|
||||
|
||||
return nil
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue