Commit a1850448 authored by Pavel Vaynerman's avatar Pavel Vaynerman

minor oprimization for History

parent 2d5083b8
......@@ -559,6 +559,7 @@ void SharedMemory::buildHistoryList( xmlNode* cnode )
if( !n )
{
dlog[Debug::WARN] << myname << "(buildHistoryList): <History> not found. ignore..." << endl;
hist.clear();
return;
}
......
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