]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
again
authorMathieu Rene <mrene@avgs.ca>
Thu, 2 Jul 2009 04:44:27 +0000 (04:44 +0000)
committerMathieu Rene <mrene@avgs.ca>
Thu, 2 Jul 2009 04:44:27 +0000 (04:44 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14109 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_voicemail/mod_voicemail.c

index 7dff34848581b53fd093ede548ff824c6589e64f..116430f47e5b7c07131b860eb88e39f04ae0add7 100644 (file)
@@ -2500,7 +2500,7 @@ static switch_status_t deliver_vm(vm_profile_t *profile,
 
                        switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "Sending message to %s\n", vm_email);
                        
-                       if (body != profile->notify_email_body) {
+                       if (body != profile->email_body) {
                                switch_safe_free(body); 
                        }