aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrmudgett <rmudgett@f38db490-d61c-443f-a65b-d21fe96a405b>2010-11-09 22:46:45 +0000
committerrmudgett <rmudgett@f38db490-d61c-443f-a65b-d21fe96a405b>2010-11-09 22:46:45 +0000
commit60a996b4f068ea03268f02e9e9f58d899f7a6ec4 (patch)
tree14ee528bae652c120fc9d0bdb7bba9e2d91d338c
parente92461aa232bbcbb14b23614b00fd58f9be279e6 (diff)
Allow ast_do_masquerade() failure to be reported again.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.8@294466 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--main/channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/channel.c b/main/channel.c
index f4b34a26a..60ccafffd 100644
--- a/main/channel.c
+++ b/main/channel.c
@@ -6511,7 +6511,7 @@ done:
ao2_unlock(channels);
- return 0;
+ return res;
}
void ast_set_callerid(struct ast_channel *chan, const char *cid_num, const char *cid_name, const char *cid_ani)