From a358cf8e24b2c14e09cf0d37c667573261b7a6d6 Mon Sep 17 00:00:00 2001 From: Brian West Date: Sun, 13 Jul 2008 19:24:32 +0000 Subject: [PATCH] sigh.... git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9011 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/switch_cpp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/switch_cpp.cpp b/src/switch_cpp.cpp index 1a6337004e..46d2834152 100644 --- a/src/switch_cpp.cpp +++ b/src/switch_cpp.cpp @@ -373,7 +373,7 @@ SWITCH_DECLARE_CONSTRUCTOR DTMF::DTMF(char idigit, uint32_t iduration) digit = idigit; if (iduration == 0) { - iduration == SWITCH_DEFAULT_DTMF_DURATION; + iduration = SWITCH_DEFAULT_DTMF_DURATION; } duration = iduration;