diff options
author | lns <matzeton@googlemail.com> | 2022-08-29 14:34:01 +0200 |
---|---|---|
committer | lns <matzeton@googlemail.com> | 2022-08-29 15:29:07 +0200 |
commit | d646ec5ab477165cf49f7f69a8ad9df587b9c79a (patch) | |
tree | a4af3822295229b4e7230922c7fd7d33c5dd8c10 /nDPId-test.c | |
parent | dea30501a496a2ddc906b7843bf78067fe375b01 (diff) |
nDPId: Fixed fcntl() issue; invalid fcntl() set after a blocking-write.
* nDPId: imrpvoed collector socket error messages on connect/write/etc failures
* reverted `netcat` parts of the README
Signed-off-by: lns <matzeton@googlemail.com>
Diffstat (limited to 'nDPId-test.c')
-rw-r--r-- | nDPId-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nDPId-test.c b/nDPId-test.c index 52f6804c8..da152f17f 100644 --- a/nDPId-test.c +++ b/nDPId-test.c @@ -793,7 +793,7 @@ static void * nDPId_mainloop_thread(void * const arg) /* Replace nDPId JSON socket fd with the one in our pipe and hope that no socket specific code-path triggered. */ reader_threads[0].collector_sockfd = mock_pipefds[PIPE_nDPId]; - reader_threads[0].collector_sock_reconnect = 0; + reader_threads[0].collector_sock_last_errno = 0; pthread_mutex_lock(&nDPId_start_mutex); |