archiecobbs / s3backer

FUSE/NBD single file backing store via Amazon S3
Other
529 stars 75 forks source link

Check returns of pthread_mutex_init in tester.c #160

Closed ryancaicse closed 2 years ago

ryancaicse commented 2 years ago

It seems there is only one place (tester.c) where the return values of pthread_mutex_init are not checked. This PR makes code more consistent.

archiecobbs commented 2 years ago

Thanks! Included in 83e56f5.