]> git.koha-community.org Git - koha.git/commit
Bug 36940: Resolve two warnings on undefined branchip
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Thu, 23 May 2024 08:47:50 +0000 (08:47 +0000)
committerFridolin Somers <fridolin.somers@biblibre.com>
Fri, 19 Jul 2024 07:37:23 +0000 (09:37 +0200)
commitc621d90e79ca205522bdf174d4ecb1e57a5a3ab1
tree1a76d6982d4c8fbfe8cda8353625e19e95033e4f
parent7c2e95ecfc87c65b280e9be4ec63e541c787c65e
Bug 36940: Resolve two warnings on undefined branchip

If you enabled AutoLocation and have a branch without ip, this
triggers warnings.

Test plan:
Check logs in this situation with/without this patch by logging out
and in again on staff.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
(cherry picked from commit 2f1ffbc6ec088c6c18bad967086db1e51084403f)
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
(cherry picked from commit 2d4537ba124d40201a4a0d164e714479474749ce)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
C4/Auth.pm