Add agent name in received response

This commit is contained in:
Wei Zhou 2015-10-16 11:43:25 +02:00
parent 2ce5a0c964
commit 358936ffb7
1 changed files with 1 additions and 0 deletions

View File

@ -177,6 +177,7 @@ public class Request {
_mgmtId = that._mgmtId;
_via = that._via;
_agentId = that._agentId;
_agentName = that._agentName;
setFromServer(!that.isFromServer());
}