lib/connections: Return exported intf from exported function (#5947)

This commit is contained in:
Simon Frei
2019-08-13 09:33:33 +02:00
committed by Jakob Borg
parent 6fa02d5081
commit cf40ed6cec
2 changed files with 6 additions and 3 deletions

View File

@@ -27,3 +27,7 @@ func (m *mockedConnections) NATType() string {
func (m *mockedConnections) Serve() {}
func (m *mockedConnections) Stop() {}
func (m *mockedConnections) ExternalAddresses() []string { return nil }
func (m *mockedConnections) AllAddresses() []string { return nil }