Skip to content

Commit

Permalink
Connection close
Browse files Browse the repository at this point in the history
  • Loading branch information
baimard committed Jul 23, 2021
1 parent 75b0f96 commit f6339ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pam_yubico.c
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ authorize_user_token (struct cfg *cfg,
/* Administrator had configured the database and specified is name
as an argument for this module.
*/
DBG ("Using Mariadb or Mysql Database");
DBG ("Using Mariadb or Mysql Database V1");
retval = check_user_token_mysql(cfg->mysql_server, cfg->mysql_port, cfg->mysql_user, cfg->mysql_password, cfg->mysql_database, username, otp_id, cfg->debug, cfg->debug_file);
#else
DBG (("Trying to use MYSQL, but this function is not compiled in pam_yubico!!"));
Expand Down

0 comments on commit f6339ed

Please sign in to comment.