fix some stuff and add set_user func
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6246 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
5067f9e56b
commit
b23c376d82
|
@ -408,7 +408,7 @@ SWITCH_STANDARD_APP(db_function)
|
|||
mydata = switch_core_session_strdup(session, data);
|
||||
argc = switch_separate_string(mydata, '/', argv, (sizeof(argv) / sizeof(argv[0])));
|
||||
}
|
||||
printf("WTF [%s] %d\n", argv[0], argc);
|
||||
|
||||
if (argc < 4) {
|
||||
goto error;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue