diff --git a/core/src/com/cloud/agent/transport/Request.java b/core/src/com/cloud/agent/transport/Request.java index 3db9ae888ac..7b8dd0dc0c0 100644 --- a/core/src/com/cloud/agent/transport/Request.java +++ b/core/src/com/cloud/agent/transport/Request.java @@ -177,6 +177,7 @@ public class Request { _mgmtId = that._mgmtId; _via = that._via; _agentId = that._agentId; + _agentName = that._agentName; setFromServer(!that.isFromServer()); }