RaspberrPi project source code
Guo Wenxue
7 days ago f7889e2ceddbc3e15ea4b5377d831f4432169f76
project/socketd/booster/logger.c
@@ -79,7 +79,7 @@
    }
    else
    {
        if ( (err = pthread_mutex_unlock(l) != 0) )
        if ( (err = pthread_mutex_unlock(l)) != 0 )
            log_error("Unable to unlock log lock: %s", strerror(err));
    }
}