Skip to content
Snippets Groups Projects
Commit 67469416 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Change default connection type from RLogin to SSH because it's 2021 dammit.

parent 3088251b
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #1513 passed
......@@ -673,7 +673,7 @@ void read_item(str_list_t listfile, struct bbslist *entry, char *bbsname, int id
}
section=iniGetSection(listfile,bbsname);
iniGetString(section,NULL,"Address","",entry->addr);
entry->conn_type=iniGetEnum(section,NULL,"ConnectionType",conn_types_enum,CONN_TYPE_RLOGIN);
entry->conn_type=iniGetEnum(section,NULL,"ConnectionType",conn_types_enum,CONN_TYPE_SSH);
entry->flow_control = fc_from_enum(iniGetEnum(section, NULL, "FlowControl", fc_enum, 0));
entry->port=iniGetShortInt(section,NULL,"Port",conn_ports[entry->conn_type]);
entry->added=iniGetDateTime(section,NULL,"Added",0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment