MODAPP-407
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16957 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
e222f74cbb
commit
4ba5ad3d26
|
@ -638,7 +638,10 @@ SWITCH_STANDARD_API(group_api_function)
|
|||
limit_execute_sql_callback(NULL, sql, group_callback, &cbt);
|
||||
switch_safe_free(sql);
|
||||
|
||||
if (!zstr(buf)) {
|
||||
*(buf + (strlen(buf) - 1)) = '\0';
|
||||
}
|
||||
|
||||
stream->write_function(stream, "%s", buf);
|
||||
|
||||
goto done;
|
||||
|
|
Loading…
Reference in New Issue