]> git.koha-community.org Git - koha.git/commit
Bug 36386: Pass user and group to Net::Server
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Thu, 21 Mar 2024 14:17:35 +0000 (14:17 +0000)
committerLucas Gass <lucas@bywatersolutions.com>
Tue, 28 May 2024 19:39:26 +0000 (19:39 +0000)
commite5181851c749c7eabe6b3ff016911611fe463d90
tree5f64377ef98f8e21d54e2d5dc8bb0f163733cbb9
parent448ac1a22fa40bc6220a3f6c24781b2d34667fec
Bug 36386: Pass user and group to Net::Server

This prevents the User/Group Not Defined warns in syslog.

Test plan:
Restart sip and check your syslog.

KTD Test Plan:
1) Stop your SIP server
2) Run "perl C4/SIP/SIPServer.pm /etc/koha/sites/kohadev/koha-conf.xml"
   We need valid XML without any valid SIP settings to the output goes
   to the command line
3) Note the warnings
4) Apply this patch
5) Repeat step 2
6) No warnings!

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
(cherry picked from commit 2973a4e81a2878b8d2654477b2556ad1b1fb4e46)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
(cherry picked from commit 89ce196ea77e0e46d6d66b1710325673b753bbd3)
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
C4/SIP/SIPServer.pm