From 725a04e92fefcc62de2dde7b18074381d6e60f04 Mon Sep 17 00:00:00 2001 From: Arran Cudbard-Bell Date: Thu, 27 Jan 2022 11:37:07 -0600 Subject: [PATCH] Revert "Maybe the logging bio is stuck in an infinite loop?" This reverts commit e745f820543f940393f8e8b3ab31d278032ce2dc. --- src/lib/tls/log.c | 3 --- 1 file changed, 3 deletions(-) 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++); } /* -- 2.47.2