missing one more place to notify answer commands

This commit is contained in:
Kelven Yang 2011-04-04 10:21:52 -07:00
parent 545aa50388
commit 918df1a838
1 changed files with 1 additions and 0 deletions

View File

@ -1449,6 +1449,7 @@ public class AgentManagerImpl implements AgentManager, HandlerFactory,
Request req = new Request(seq, hostId, _nodeId, cmds,
commands.stopOnError(), true, commands.revertOnError());
Answer[] answers = agent.send(req, timeout);
notifyAnswersFromAttache(hostId, seq, answers);
commands.setAnswers(answers);
return answers;
}