]> 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)
committerLucas Gass <lucas@bywatersolutions.com>
Thu, 18 Jul 2024 17:48:12 +0000 (17:48 +0000)
commit2d4537ba124d40201a4a0d164e714479474749ce
treee8db0185fedf874a1535b7ffc32c20924cf1045e
parente7afd54cc88841edfbbad0c3813c5c73f9749bef
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>
C4/Auth.pm