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:
Anthony Minessale 2007-11-13 22:03:05 +00:00
parent 5067f9e56b
commit b23c376d82
1 changed files with 1 additions and 1 deletions

View File

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