Skip to content
Snippets Groups Projects
Commit fff32e6d authored by rswindell's avatar rswindell
Browse files

Bugfix: the zmodem log level was set to 0 when run in URL mode.

parent 32fe0027
Branches
Tags
No related merge requests found
......@@ -83,6 +83,7 @@ void parse_url(char *url, struct bbslist *bbs)
bbs->screen_mode=SCREEN_MODE_CURRENT;
bbs->conn_type=CONN_TYPE_TELNET;
bbs->port=23;
bbs->loglevel=LOG_INFO;
p1=url;
if(!strnicmp("rlogin://",url,9)) {
bbs->conn_type=CONN_TYPE_RLOGIN;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment