From: Arran Cudbard-Bell Date: Thu, 27 Jan 2022 17:37:07 +0000 (-0600) Subject: Revert "Maybe the logging bio is stuck in an infinite loop?" X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=725a04e92fefcc62de2dde7b18074381d6e60f04;p=thirdparty%2Ffreeradius-server.git Revert "Maybe the logging bio is stuck in an infinite loop?" This reverts commit e745f820543f940393f8e8b3ab31d278032ce2dc. --- diff --git a/src/lib/tls/log.c b/src/lib/tls/log.c index 5fad05ec6b..e25d765eee 100644 --- a/src/lib/tls/log.c +++ b/src/lib/tls/log.c @@ -555,7 +555,6 @@ static int tls_log_request_bio_write_cb(BIO *bio, char const *in, int len) request_t *request = talloc_get_type_abort(lb->request, request_t); log_request_func_t func; char *le; - unsigned int log_iter = 0; /* * Pick the right logging function based on the type @@ -594,8 +593,6 @@ static int tls_log_request_bio_write_cb(BIO *bio, char const *in, int len) } fr_sbuff_set(&lb->logged_m, le + 1); - - printf("TLS BIO log_iter %u\n", log_iter++); } /*