diff options
Diffstat (limited to 'util/isol.c')
-rw-r--r-- | util/isol.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/util/isol.c b/util/isol.c index 381668e..460411e 100644 --- a/util/isol.c +++ b/util/isol.c @@ -165,7 +165,7 @@ void dbglog( char *pattn, ... ); /*local prototype*/ /* * Global variables */ -static char * progver = "2.93"; +static char * progver = "2.94"; static char * progname = "isol"; static char fdebug = 0; static char fpicmg = 0; @@ -1307,7 +1307,6 @@ main(int argc, char **argv) /* * Spawn a console raw terminal thread now, which will wait for the * "Activating cmd (0x02)" on success - * Using globals: gnode,guser,gpswd, gauth_type, gpriv_level */ if (fdeactivate) { /* Request admin privilege by default, since deactivate requires it. */ |