summaryrefslogtreecommitdiff
path: root/util/iuser.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/iuser.c')
-rw-r--r--util/iuser.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/util/iuser.c b/util/iuser.c
index fa8297c..9537f16 100644
--- a/util/iuser.c
+++ b/util/iuser.c
@@ -57,7 +57,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
/* global variables */
static char * progname = "iuser";
-static char * progver = "3.07";
+static char * progver = "3.08";
static char fdebug = 0;
static char fcanonical = 0;
static char bdelim = '|';
@@ -243,6 +243,8 @@ main(int argc, char **argv)
printf("%s ver %s\n", progname,progver);
+ parse_lan_options('V',"4",0); /*default to admin priv*/
+
while ( (c = getopt( argc, argv,"cm:T:V:J:EYF:P:N:R:U:Z:x?")) != EOF )
switch (c) {
case 'c': fcanonical = 1; break;