Commit c80772a1 authored by Pavel Vainerman's avatar Pavel Vainerman

minor fixes

parent 7205a833
......@@ -278,7 +278,7 @@ void IOControl::execute()
try
{
// init first time....
if( !force )
if( !force && !noCards )
{
uniset_mutex_lock l(iopollMutex,5000);
force = true;
......@@ -743,7 +743,7 @@ void IOControl::initIOCard()
if( noCards )
return;
ComediInterface* card(0);
ComediInterface* card = 0;
for( IOMap::iterator it=iomap.begin(); it!=iomap.end(); ++it )
{
......
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