aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_senddtmf.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2007-07-31 14:54:46 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2007-07-31 14:54:46 +0000
commit2edc9969bf62c7cedbed4cb4d872036beb0c74af (patch)
treed3a5a83ac77cc83d089f5aa980ab29cccbb8b32a /apps/app_senddtmf.c
parent323862f56b0230eee821838087d8afbbd68f35f4 (diff)
umm... let's build with --enable-dev-mode, mmkay?
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@77819 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_senddtmf.c')
-rw-r--r--apps/app_senddtmf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_senddtmf.c b/apps/app_senddtmf.c
index 66e31c850..81651ec6b 100644
--- a/apps/app_senddtmf.c
+++ b/apps/app_senddtmf.c
@@ -66,7 +66,7 @@ static int senddtmf_exec(struct ast_channel *chan, void *vdata)
AST_APP_ARG(timeout);
);
- if (ast_strlen_zero(data)) {
+ if (ast_strlen_zero(vdata)) {
ast_log(LOG_WARNING, "SendDTMF requires an argument (digits or *#aAbBcCdD)\n");
return 0;
}