tc_ prefix for thread calls

This commit is contained in:
jsorg71 2007-02-03 06:45:14 +00:00
parent 084a20ac1b
commit 00c8e51f47

View File

@ -216,7 +216,7 @@ xrdp_listen_main_loop(struct xrdp_listen* self)
{
/* start thread */
g_process->sck = error;
g_thread_create(xrdp_process_run, 0);
tc_thread_create(xrdp_process_run, 0);
g_sleep(100);
}
else