mirror of
https://github.com/netbirdio/netbird.git
synced 2024-12-15 19:31:06 +01:00
Fix sonar issue
This commit is contained in:
parent
7279d58110
commit
163a80d53e
@ -7,5 +7,5 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func (w *WorkerICE) newStdNet() (*stdnet.Net, error) {
|
func (w *WorkerICE) newStdNet() (*stdnet.Net, error) {
|
||||||
return stdnet.NewNet(w.configICE.InterfaceBlackList)
|
return stdnet.NewNet(w.config.ICEConfig.InterfaceBlackList)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user