]> git.meshlink.io Git - meshlink/commitdiff
Add missing mutex locks.
authorGuus Sliepen <guus@meshlink.io>
Wed, 25 Sep 2019 05:42:00 +0000 (07:42 +0200)
committerGuus Sliepen <guus@meshlink.io>
Wed, 25 Sep 2019 05:42:00 +0000 (07:42 +0200)
meshlink_channel_close() and meshlink_channel_shutdown() did not lock
the mutex, which could cause some race conditions.


No differences found