mirror of
https://github.com/slackhq/nebula.git
synced 2026-01-22 12:33:24 -08:00
Fix tests
This commit is contained in:
parent
a7bcc3655c
commit
f70bd19cf2
1 changed files with 2 additions and 2 deletions
|
|
@ -31,8 +31,8 @@ func (NoopConn) Rebind() error {
|
|||
func (NoopConn) LocalAddr() (netip.AddrPort, error) {
|
||||
return netip.AddrPort{}, nil
|
||||
}
|
||||
func (NoopConn) ListenOut(_ EncReader) {
|
||||
return
|
||||
func (NoopConn) ListenOut(_ EncReader) error {
|
||||
return nil
|
||||
}
|
||||
func (NoopConn) SupportsMultipleReaders() bool {
|
||||
return false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue