fix some stuff and add set_user func
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6249 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
81d01bec55
commit
94b04a0e17
|
@ -372,6 +372,7 @@ SWITCH_STANDARD_API(db_api_function)
|
|||
limit_execute_sql(sql, NULL);
|
||||
switch_safe_free(sql);
|
||||
stream->write_function(stream, "+OK");
|
||||
goto done;
|
||||
} else if (!strcasecmp(argv[0], "select")) {
|
||||
char buf[256] = "";
|
||||
callback_t cbt = { 0 };
|
||||
|
|
Loading…
Reference in New Issue