diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 08:15:20 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 08:15:20 +0000 |
commit | 87d772a7d708fec12f48cd8adc0dedff6e1025da (patch) | |
tree | 1fee344c64cc3f43074a01981e21126c8482a522 /src/exporting | |
parent | Adding upstream version 1.46.3. (diff) | |
download | netdata-87d772a7d708fec12f48cd8adc0dedff6e1025da.tar.xz netdata-87d772a7d708fec12f48cd8adc0dedff6e1025da.zip |
Adding upstream version 1.47.0.upstream/1.47.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/exporting')
-rw-r--r-- | src/exporting/send_data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exporting/send_data.c b/src/exporting/send_data.c index b79f0a3e3..097b7fd4b 100644 --- a/src/exporting/send_data.c +++ b/src/exporting/send_data.c @@ -77,7 +77,7 @@ void simple_connector_receive_response(int *sock, struct instance *instance) ERR_clear_error(); #endif - errno = 0; + errno_clear(); // loop through to collect all data while (*sock != -1 && errno != EWOULDBLOCK) { |