Bug 36034: (bug 34893 follow-up) fix capture of return values from checkpw
authorAndreas Jonsson <andreas.jonsson@kreablo.se>
Thu, 8 Feb 2024 10:57:03 +0000 (11:57 +0100)
committerLucas Gass <lucas@bywatersolutions.com>
Tue, 20 Feb 2024 18:01:14 +0000 (18:01 +0000)
commit3280e5a99de92a3e8d33ccef71d3013bac4add68
tree529842066fbf820b373b17d6eee3d5f01a1065b5
parent252ccbabc8ef67158878a19551d35734222ef04d
Bug 36034: (bug 34893 follow-up) fix capture of return values from checkpw

Adapt code to the change of return value type of checkpw
introduced in bug 34893

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
C4/Auth.pm