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

Fix bug with WIN32, UNIX, and LINUX ARS keyword parsing when used outside

of the Terminal server (e.g. in the Web Server).
parent 14e1b5ad
Branches
Tags
No related merge requests found
......@@ -1371,6 +1371,9 @@ static BOOL ar_exp(scfg_t* cfg, uchar **ptrptr, user_t* user, client_t* client)
case AR_QUIET:
case AR_OS2:
case AR_DOS:
case AR_WIN32:
case AR_UNIX:
case AR_LINUX:
break;
default:
(*ptrptr)++;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment