Commit df2a1d6b authored by Claes Sjofors's avatar Claes Sjofors

Xtt command set attr: /bypass no longer supported for security reasons

parent 0e200950
......@@ -711,6 +711,10 @@ static int xnav_set_func( void *client_data,
int bypass;
bypass = ODD( dcli_get_qualifier( "/BYPASS", 0, 0));
if ( bypass) {
xnav->message( 'E', "Bypass is obsolete");
return XNAV__HOLDCOMMAND;
}
if ( EVEN( dcli_get_qualifier( "/NAME", name_str, sizeof(name_str))))
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment