From d30a043aa3939ae0b34f8443ed90b81a0fa1fe72 Mon Sep 17 00:00:00 2001 From: Benjamin Date: Wed, 28 Jul 2021 11:28:51 +0200 Subject: [PATCH] Refactoring for ISSUE https://github.com/Yubico/yubico-pam/issues/230 --- util.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/util.c b/util.c index 7147719..2c45273 100644 --- a/util.c +++ b/util.c @@ -283,8 +283,6 @@ check_user_token_mysql(const char *mysql_server, end_connection: mysql_close(con); - if(verbose) - D (debug_file, "close connection"); mysql_library_end(); return retval; }