mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
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:
@@ -1269,7 +1269,6 @@ static struct chan_usbradio_pvt *find_desc(char *dev)
|
|||||||
if (!o)
|
if (!o)
|
||||||
{
|
{
|
||||||
ast_log(LOG_WARNING, "could not find <%s>\n", dev ? dev : "--no-device--");
|
ast_log(LOG_WARNING, "could not find <%s>\n", dev ? dev : "--no-device--");
|
||||||
pthread_exit(0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return o;
|
return o;
|
||||||
|
Reference in New Issue
Block a user