RaspberrPi project source code
Guo Wenxue
2024-07-07 75843d7e163f97fd42f96661863c1de664b08cc8
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));
    }
}