This commit is contained in:
Anthony Minessale 2011-09-12 17:54:07 -05:00
parent 35f81e117a
commit d354399c8a
1 changed files with 0 additions and 1 deletions

View File

@ -2297,7 +2297,6 @@ static void *SWITCH_THREAD_FUNC system_thread(switch_thread_t *thread, void *obj
#endif
sth->ret = system(sth->cmd);
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "WTF %d %s\n", sth->ret, strerror(errno));
#if 0
#if defined(HAVE_SETRLIMIT) && !defined(__FreeBSD__)