stupid p....
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15744 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
d6f8c71921
commit
a9ef56611a
|
@ -406,6 +406,7 @@ static switch_status_t switch_cache_db_execute_sql_chunked(switch_cache_db_handl
|
||||||
if (*p == '\n' && *(p-1) == ';') {
|
if (*p == '\n' && *(p-1) == ';') {
|
||||||
*p = '\0';
|
*p = '\0';
|
||||||
*(p-1) = '\0';
|
*(p-1) = '\0';
|
||||||
|
p++;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue