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)
committerFrédéric Demians <f.demians@tamil.fr>
Fri, 23 Feb 2024 17:34:41 +0000 (17:34 +0000)
commitc707a45b0347b477f6d764c9a30b3de1ec05c674
tree7ae02ce957a3e5ebcfa6c5615d27b850bfb75c81
parent7de3e7c6dcc6cce9df1c8cd1d300a08d17f40a47
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>
(cherry picked from commit 3280e5a99de92a3e8d33ccef71d3013bac4add68)
Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
C4/Auth.pm