mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
small webadmin fixup
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@804 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -131,7 +131,7 @@ public:
|
||||
} else if (sOpt.CaseCmp("-IPV4") == 0) {
|
||||
bIPv6 = false;
|
||||
} else {
|
||||
CUtils::PrintMessage("Unknown option [" + sOpt + "] valid options are -ipv4 or -ipv6", true);
|
||||
sErrorMsg = "Unknown option [" + sOpt + "] valid options are -ipv4 or -ipv6";
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user