umm... let's build with --enable-dev-mode, mmkay?

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@77819 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2007-07-31 14:54:46 +00:00
parent 2cad4fea1a
commit 354b6dcf41

View File

@@ -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;
}