mirror of https://github.com/apache/cloudstack.git
Add agent name in received response
This commit is contained in:
parent
2ce5a0c964
commit
358936ffb7
|
|
@ -177,6 +177,7 @@ public class Request {
|
|||
_mgmtId = that._mgmtId;
|
||||
_via = that._via;
|
||||
_agentId = that._agentId;
|
||||
_agentName = that._agentName;
|
||||
setFromServer(!that.isFromServer());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue