Commit 6154f386 authored by Rafaël Carré's avatar Rafaël Carré

Returns from Run() thread instead of sleeping eternally

parent 28a1f4c6
......@@ -304,9 +304,4 @@ static void Run( services_discovery_t *p_sd )
ParseDevice( p_sd, devices[ i ] );
}
}
while( !p_sd->b_die )
{
msleep( 100000 );
}
}
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