Remove a line that was killing Asterisk on startup.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@267490 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant 2010-06-03 17:05:30 +00:00
parent 63d10a1b1c
commit d1aacea4e3
1 changed files with 0 additions and 1 deletions

View File

@ -1269,7 +1269,6 @@ static struct chan_usbradio_pvt *find_desc(char *dev)
if (!o)
{
ast_log(LOG_WARNING, "could not find <%s>\n", dev ? dev : "--no-device--");
pthread_exit(0);
}
return o;