]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
stupid p....
authorAnthony Minessale <anthony.minessale@gmail.com>
Tue, 1 Dec 2009 22:09:04 +0000 (22:09 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Tue, 1 Dec 2009 22:09:04 +0000 (22:09 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15744 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_core_sqldb.c

index aeb948d59472411d825154a760fe0961d9eca4c7..f65fdfb1ab5837b700691b7219ef7abdd685f6d3 100644 (file)
@@ -406,6 +406,7 @@ static switch_status_t switch_cache_db_execute_sql_chunked(switch_cache_db_handl
                        if (*p == '\n' && *(p-1) == ';') {
                                *p = '\0';
                                *(p-1) = '\0';
+                               p++;
                                break;
                        }