]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Revert "Maybe the logging bio is stuck in an infinite loop?"
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 27 Jan 2022 17:37:07 +0000 (11:37 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 27 Jan 2022 17:37:07 +0000 (11:37 -0600)
This reverts commit e745f820543f940393f8e8b3ab31d278032ce2dc.

src/lib/tls/log.c

index 5fad05ec6b43fc1e2981a9a90de40797c916ab26..e25d765eeec5d28d4d98a8e916a4c0f9732dbf3b 100644 (file)
@@ -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++);
        }
 
        /*