This commit is contained in:
aliamerj
2025-10-10 18:00:15 +03:00
parent e570570fe5
commit 0e9438d658
2 changed files with 2 additions and 3 deletions

View File

@@ -127,7 +127,6 @@ func (c *Client) Run(fd int32, interfaceName string) error {
c.onHostDnsFn = func([]string) {}
cfg.WgIface = interfaceName
//todo: do we need to pass logFile here ?
c.connectClient = internal.NewConnectClient(ctx, cfg, c.recorder)
return c.connectClient.RunOniOS(fd, c.networkChangeListener, c.dnsManager, c.stateFile)
}