stupid p....

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15744 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2009-12-01 22:09:04 +00:00
parent d6f8c71921
commit a9ef56611a
1 changed files with 1 additions and 0 deletions

View 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;
}