From: Brian West Date: Tue, 26 Aug 2008 16:13:25 +0000 (+0000) Subject: Switch_true X-Git-Tag: v1.0.2~1375 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4dd67c6ccb876e1265c3ca5da2a6c07f490fac0;p=thirdparty%2Ffreeswitch.git Switch_true git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9367 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/applications/mod_voicemail/mod_voicemail.c b/src/mod/applications/mod_voicemail/mod_voicemail.c index 325a92d255..9fbc59eef5 100644 --- a/src/mod/applications/mod_voicemail/mod_voicemail.c +++ b/src/mod/applications/mod_voicemail/mod_voicemail.c @@ -1870,7 +1870,7 @@ static void deliver_vm(vm_profile_t *profile, send_main = switch_true(val); send_mail++; } else if (!strcasecmp(var, "vm-notify-email-all-messages")) { - send_notify = witch_true(val); + send_notify = switch_true(val); send_mail++; } else if (!strcasecmp(var, "vm-keep-local-after-email")) { insert_db = switch_true(val);