JobServer: do not try to talk to a dying minion

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1942 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
hsc
2012-11-20 15:01:49 +00:00
parent fa1875e2f2
commit 1d498a516b

View File

@ -211,6 +211,7 @@ void CommThread::operator()()
ctrlmsg.set_command(FailControlMessage::DIE);
ctrlmsg.set_build_id(42);
SocketComm::sendMsg(minion.getSocketDescriptor(), ctrlmsg);
break;
}
// give minion something to do..
sendPendingExperimentData(minion);