aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authormurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2009-02-10 04:57:40 +0000
committermurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2009-02-10 04:57:40 +0000
commit2ef66b716adc14814560251b2df85a3f0c3599c3 (patch)
tree567d204ada3b3ecc1f1b62add411e4075a25870c /apps
parent7bbf1fd2ddda6c0ed86e7f11bc0b7c39599a35ef (diff)
Merged revisions 174435 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r174435 | murf | 2009-02-09 21:49:02 -0700 (Mon, 09 Feb 2009) | 8 lines This patch removes the use of AST_PBX_KEEPALIVE from app_rpt.c. (closes issue #14435) Reported by: D_McNaul ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.1@174437 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rw-r--r--apps/app_rpt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_rpt.c b/apps/app_rpt.c
index 3cffe1e59..6357aad4f 100644
--- a/apps/app_rpt.c
+++ b/apps/app_rpt.c
@@ -13664,7 +13664,7 @@ static int rpt_exec(struct ast_channel *chan, void *data)
donodelog(myrpt,str);
}
if (!phone_mode) send_newkey(chan);
- return AST_PBX_KEEPALIVE;
+ return 0;
}
/* well, then it is a remote */
rpt_mutex_lock(&myrpt->lock);