Skip to content
Snippets Groups Projects
Commit 6154f386 authored by Rafaël Carré's avatar Rafaël Carré
Browse files

Returns from Run() thread instead of sleeping eternally

parent 28a1f4c6
No related branches found
No related tags found
No related merge requests found
......@@ -304,9 +304,4 @@ static void Run( services_discovery_t *p_sd )
ParseDevice( p_sd, devices[ i ] );
}
}
while( !p_sd->b_die )
{
msleep( 100000 );
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment