mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-18 18:58:22 +00:00
Version 0.1.11 from FTP
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@408 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -746,7 +746,7 @@ static struct ast_channel *modem_request(char *type, int format, void *data)
|
||||
p = p->next;
|
||||
}
|
||||
if (!p)
|
||||
ast_log(LOG_WARNING, "Requested device '%s' does not exist\n", p->dev);
|
||||
ast_log(LOG_WARNING, "Requested device '%s' does not exist\n", dev);
|
||||
|
||||
ast_pthread_mutex_unlock(&iflock);
|
||||
return tmp;
|
||||
|
Reference in New Issue
Block a user