Skip to content
Snippets Groups Projects
Commit 63cad1f3 authored by deuce's avatar deuce
Browse files

Fix spelling of CONN_TYPE_TELNET macro.

parent 07982cee
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@ void parse_url(char *url, struct bbslist *bbs, int dflt_conn_type)
bbs->reversed=FALSE;
bbs->screen_mode=SCREEN_MODE_CURRENT;
bbs->conn_type=dflt_conn_type;
bbs->port=dflt_conn_type==CON_TYPE_TELNET?23:513;
bbs->port=(dflt_conn_type==CONN_TYPE_TELNET)?23:513;
bbs->loglevel=LOG_INFO;
p1=url;
if(!strnicmp("rlogin://",url,9)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment