Bug 25107: Remove double passing of $server variable to maybe_add in C4::SIP::Sip...
authorKyle M Hall <kyle@bywatersolutions.com>
Fri, 10 Apr 2020 10:58:43 +0000 (06:58 -0400)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 4 May 2020 07:46:07 +0000 (08:46 +0100)
commit3e4409155339139366d7cb586ee775a89d7f4c0b
treef2daa39e1659520c15549f92c4f9881d146b11fc
parent1667a5af935115a812bc95db26d31521ccb5ee44
Bug 25107: Remove double passing of $server variable to maybe_add in C4::SIP::Sip::MsgType

At some point some calls to maybe_add got an extra $server var in their
parameter lists. This doubled parameter does nothing and should be
removed.

Test Plan: No change in behavior should be noted

Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
C4/SIP/Sip/MsgType.pm