mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-18 09:50:43 +01:00
bugfix tcpflood: remove-left over debug output
This commit is contained in:
parent
68d203e88b
commit
01e5b0d333
@ -1267,7 +1267,6 @@ static void
|
||||
closeTLSSess(int i)
|
||||
{
|
||||
int r;
|
||||
printf("closeTLSSess: closing SSL Session ...\n");
|
||||
r = SSL_shutdown(sslArray[i]);
|
||||
SSL_free(sslArray[i]);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user