From cd883edd52c075175f8f1479ee4fb0419db81128 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Sun, 24 Mar 2019 07:11:47 +0000 Subject: [PATCH] Rename the 2 outbound interface keys that were introduced by Deuce in the big IPv6 commit of 2015: "OutgoingV4" is now "OutboundInterface" and "OutgoingV6" is now "OutboundV6Interface" (which is not yet used) --- src/sbbs3/sbbs_ini.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sbbs3/sbbs_ini.c b/src/sbbs3/sbbs_ini.c index f28c123e54..8c17fdf4be 100644 --- a/src/sbbs3/sbbs_ini.c +++ b/src/sbbs3/sbbs_ini.c @@ -47,8 +47,8 @@ static const char* strAutoStart="AutoStart"; static const char* strCtrlDirectory="CtrlDirectory"; static const char* strTempDirectory="TempDirectory"; static const char* strOptions="Options"; -static const char* strOutgoing4="OutgoingV4"; -static const char* strOutgoing6="OutgoingV6"; +static const char* strOutgoing4="OutboundInterface"; +static const char* strOutgoing6="OutboundV6Interface"; static const char* strInterfaces="Interface"; static const char* strPort="Port"; static const char* strMaxClients="MaxClients"; -- GitLab