bugfix tcpflood: remove-left over debug output

This commit is contained in:
Rainer Gerhards 2018-11-08 17:31:41 +01:00
parent 68d203e88b
commit 01e5b0d333
No known key found for this signature in database
GPG Key ID: 0CB6B2A8BE80B499

View File

@ -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]);
}