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

src/mod/applications/mod_voicemail/mod_voicemail.c

index a90738ab8aca21834e8240d12e56ba93dfc767a1..7dff34848581b53fd093ede548ff824c6589e64f 100644 (file)
@@ -2771,7 +2771,6 @@ static switch_status_t voicemail_leave_main(switch_core_session_t *session, vm_p
        char date[80] = "";
        switch_size_t retsize;
        switch_time_t ts = switch_micro_time_now();
-       char *dbuf = NULL;
        char *vm_storage_dir = NULL;
        char *record_macro = VM_RECORD_MESSAGE_MACRO;
        int send_main = 0;