rsyslog / librelp

OFFICIAL librelp repository on github
https://www.rsyslog.com/librelp/
GNU General Public License v3.0
30 stars 35 forks source link

gnutls: Fix relpTcpRcv error handler, should return error now. #233

Closed alorbach closed 3 years ago

alorbach commented 3 years ago

An exit call was left from commit 6555545c4ebe9afe9259b15c176fd81eeecc93f4 which could cause unexpected results if gnutls gnutls_record_recv returned an error.

closes: https://github.com/rsyslog/librelp/issues/230