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)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Wed, 14 Feb 2024 10:27:47 +0000 (10:27 +0000)
commit5f9e9e5df2377dd3b9e47354e9eee147bc048792
treebb94d35a372063af1ee78efd5e142e5675b12978
parent989daca8f097f729042cd0adc52cbcd6ba5783c4
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: Martin Renvoize <martin.renvoize@ptfs-europe.com>
C4/Auth.pm