mirror of
https://github.com/MariaDB/server.git
synced 2026-04-20 23:35:32 +02:00
MDEV-10940 plugins.pam still fails in buildbot with valgrind
fixed valgrind warning in a debug output
This commit is contained in:
parent
7e0f40b333
commit
54caaf6848
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ static int pam_auth(MYSQL_PLUGIN_VIO *vio, MYSQL_SERVER_AUTH_INFO *info)
|
||||||
|
|
||||||
end:
|
end:
|
||||||
pam_end(pamh, status);
|
pam_end(pamh, status);
|
||||||
PAM_DEBUG((stderr, "PAM: status = %d user = %s\n", status, new_username));
|
PAM_DEBUG((stderr, "PAM: status = %d user = %s\n", status, info->authenticated_as));
|
||||||
return status == PAM_SUCCESS ? CR_OK : CR_ERROR;
|
return status == PAM_SUCCESS ? CR_OK : CR_ERROR;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue