removed unneeded version

This commit is contained in:
redanthrax 2022-06-23 15:13:03 -07:00
parent 3841aee4b2
commit de8e795254
2 changed files with 2 additions and 2 deletions

View file

@ -437,7 +437,7 @@ func RunRPC() error {
} else {
ret.Encode("ok")
msg.Respond(resp)
tactical.AgentUpdate(p.Data["url"], p.Data["inno"], p.Data["version"])
tactical.AgentUpdate(p.Data["url"], p.Data["inno"])
atomic.StoreUint32(&agentUpdateLocker, 0)
nc.Flush()
nc.Close()