rename gateway.login parameter

pull/1/head
Tom Early 10 years ago
parent c72282e45b
commit 2abbaffa9b

@ -850,7 +850,7 @@ static bool read_config(char *cfgFile)
}
string value;
if (cfg.lookupValue("g2_link.ref_login", value) || cfg.lookupValue("ircddb.username", value)) {
if (cfg.lookupValue("g2_link.ref_login", value) || cfg.lookupValue("ircddb.login", value)) {
int l = value.length();
if (l<3 || l>CALL_SIZE-2) {
traceit("Call '%s' is invalid length!\n", value.c_str());

Loading…
Cancel
Save

Powered by TurnKey Linux.