listen_loop(): Use a dedicated variable for the pthread_create() return code
authorFabian Keil <fk@fabiankeil.de>
Thu, 27 Aug 2020 22:32:40 +0000 (00:32 +0200)
committerFabian Keil <fk@fabiankeil.de>
Tue, 1 Sep 2020 10:22:42 +0000 (12:22 +0200)
commit9969b0d688c6730348572c9aff2254bd55ec94e0
treeb52203de3451a25baaadb900b88a2eb3ab791dcc
parent13282bcf5a91db6e0d0546c35058d25df6e054e8
listen_loop(): Use a dedicated variable for the pthread_create() return code

... instead of clobbering errno.

Sponsored by: Robert Klemme
jcc.c