summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorSteve Murphy <murf@digium.com>2009-02-10 04:49:02 +0000
committerSteve Murphy <murf@digium.com>2009-02-10 04:49:02 +0000
commit3084e9ce9348c8845c2120e075cab48d75867b75 (patch)
treea16196024006283aef3d5cfe1ecd3bb43981980c /apps
parent43462557c0a1385da36269b2e10b9cf82431fde7 (diff)
This patch removes the use of AST_PBX_KEEPALIVE
from app_rpt.c. (closes issue #14435) Reported by: D_McNaul git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@174435 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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 553dede48..322794e8d 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);