wmoo: don't send a fishy result set

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1345 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
hsc
2012-06-13 16:43:18 +00:00
parent 10c68fdb9d
commit 87f3ed10b4

View File

@ -321,10 +321,13 @@ bool WeatherMonitorExperiment::run()
// sanity check: do we have exactly 8 results?
if (param.msg.result_size() != 8) {
log << "WTF? param.msg.result_size() != 8" << endl;
}
} else {
#if !LOCAL
m_jc.sendResult(param);
m_jc.sendResult(param);
#endif
}
#if !LOCAL
}
#endif