From: Anthony Minessale Date: Tue, 1 Dec 2009 22:09:04 +0000 (+0000) Subject: stupid p.... X-Git-Tag: v1.0.6~1191 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9ef56611a2c9334bcbd118f89ec28b0e5043047;p=thirdparty%2Ffreeswitch.git stupid p.... git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15744 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/switch_core_sqldb.c b/src/switch_core_sqldb.c index aeb948d594..f65fdfb1ab 100644 --- a/src/switch_core_sqldb.c +++ b/src/switch_core_sqldb.c @@ -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; }