mirror of
https://github.com/netbirdio/netbird.git
synced 2026-09-21 22:29:08 +02:00
Restores context MD passed to GetInfo to mgmt (is it valuable data?)
This commit is contained in:
@@ -272,7 +272,7 @@ func (c *Client) Start(startCtx context.Context) error {
|
||||
run := make(chan struct{})
|
||||
clientErr := make(chan error, 1)
|
||||
go func() {
|
||||
if err := client.Run(c.config, run, ""); err != nil {
|
||||
if err := client.Run(c.config, nil, run, ""); err != nil {
|
||||
clientErr <- err
|
||||
}
|
||||
}()
|
||||
|
||||
Reference in New Issue
Block a user