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)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Thu, 18 Apr 2024 14:51:16 +0000 (16:51 +0200)
commit2973a4e81a2878b8d2654477b2556ad1b1fb4e46
treec39cc43435c648141fe1f47d3f4c04ad86b8c5b2
parent644294e73bb17cc1527aaef5259de54106deb8cc
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>
C4/SIP/SIPServer.pm