Skip to content
Snippets Groups Projects
Commit c6d0039a authored by deuce's avatar deuce
Browse files

Fix bug in last commit.

parent d1aaf12a
No related branches found
No related tags found
No related merge requests found
......@@ -766,7 +766,7 @@ static void web_started(void* p)
web_running=TRUE;
web_stopped=FALSE;
#ifdef _THREAD_SUID_BROKEN
if(thread_suid_broken)
if(thread_suid_broken) {
do_seteuid(FALSE);
do_setuid(FALSE);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment