]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
doh
authorAnthony Minessale <anthony.minessale@gmail.com>
Sat, 17 May 2008 15:48:18 +0000 (15:48 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Sat, 17 May 2008 15:48:18 +0000 (15:48 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8460 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_voicemail/mod_voicemail.c

index 74c32d2ed27b0b961f3c0812c8ebb158191659d3..40a258702d708db4cacd67e4e4c6b890904ea0ed 100644 (file)
@@ -2237,7 +2237,7 @@ static void message_query_handler(switch_event_t *event)
                id = dup;
 
                if (!strncasecmp(account, "sip:", 4)) {
-                       dup += 4;
+                       id += 4;
                }
 
                if (!id) {