Commit ffa28f41 authored by pwrd's avatar pwrd

rt_sevhistmon error status removed for emptly exportlist

parent 729f7f4d
......@@ -907,6 +907,9 @@ int rt_sevhistmon::send_exportdata()
if (m_hs[i].configerror)
continue;
if (m_hs[i].sevexportlist.size() == 0)
continue;
connected = 0;
for (unsigned int j = 0; j < m_nodes.size(); j++) {
if (m_hs[i].nid == m_nodes[j].nid) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment