projects
/
asterisk/asterisk.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Never release lock when doing a hangup or bad things can happen when masq is taking...
[asterisk/asterisk.git]
/
channel.c
diff --git
a/channel.c
b/channel.c
index
c132899
..
89a6db7
100755
(executable)
--- a/
channel.c
+++ b/
channel.c
@@
-1873,7
+1873,7
@@
static int ast_do_masquerade(struct ast_channel *original)
/* We need the clone's lock, too */
ast_pthread_mutex_lock(&clone->lock);
/* We need the clone's lock, too */
ast_pthread_mutex_lock(&clone->lock);
- ast_log(LOG_DEBUG, "Got clone lock on '%s'\n", clone->name);
+ ast_log(LOG_DEBUG, "Got clone lock on '%s' at %p\n", clone->name, &clone->lock);
/* Having remembered the original read/write formats, we turn off any translation on either
one */
/* Having remembered the original read/write formats, we turn off any translation on either
one */