RaspberrPi project source code
guowenxue
2024-04-11 69b42a43ca4b2d93be203c34f6b45f5de1e32a15
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));
    }
}