mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-18 18:58:22 +00:00
fix deadlock message output (bug #4508)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5907 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -544,7 +544,7 @@ void ast_channel_undefer_dtmf(struct ast_channel *chan)
|
||||
static struct ast_channel *channel_find_locked(const struct ast_channel *prev,
|
||||
const char *name)
|
||||
{
|
||||
const char *msg = prev ? "initial deadlock" : "deadlock";
|
||||
const char *msg = prev ? "deadlock" : "initial deadlock";
|
||||
int retries, done;
|
||||
struct ast_channel *c;
|
||||
|
||||
|
Reference in New Issue
Block a user