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

Initialize setid_mutex_initialized (shouldn't be necessary)

parent 141da63f
No related branches found
No related tags found
No related merge requests found
......@@ -257,7 +257,7 @@ static int lprintf(int level, char *fmt, ...)
#ifdef __unix__
static pthread_mutex_t setid_mutex;
static BOOL setid_mutex_initialized;
static BOOL setid_mutex_initialized=0;
/**********************************************************
* Change uid of the calling process to the user if specified
* **********************************************************/
......
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