Added NodeID inside *vars (in agents)

This commit is contained in:
adragusin
2020-01-29 11:19:37 +02:00
committed by Dan Christian Bogos
parent 422ad62b62
commit 96901ed841

View File

@@ -65,7 +65,7 @@ func NewAgentRequest(req config.DataProvider,
} else {
ar.Tenant = dfltTenant
}
ar.Vars.Set([]string{utils.NodeID}, config.CgrConfig().GeneralCfg().NodeID, false, true)
return
}