This commit is contained in:
JackDoan
2026-04-15 13:22:07 -05:00
parent 1cb5f9a00d
commit 9dfa2a484c

View File

@@ -295,7 +295,6 @@ func (f *Interface) listenOut(i int) {
}
f.l.Debugf("underlay reader %v is done", i)
f.wg.Done()
}
func (f *Interface) listenIn(reader io.ReadWriteCloser, i int) {
@@ -320,7 +319,6 @@ func (f *Interface) listenIn(reader io.ReadWriteCloser, i int) {
}
f.l.Debugf("overlay reader %v is done", i)
f.wg.Done()
}
func (f *Interface) RegisterConfigChangeCallbacks(c *config.C) {