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