summaryrefslogtreecommitdiff
path: root/util/iuser.c
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2018-01-14 21:40:40 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2018-01-14 21:40:40 +0100
commitb625a9423cd74481a77f816adae37db2515f4307 (patch)
tree33211524a3963934f3fc4de133785c6ea6aa5e3b /util/iuser.c
parenta065a7a25209c92425480fa90f9c5545e3fe0350 (diff)
parentf875d640b628e5e88fd63f9b51121c90c0c1122b (diff)
Merge branch 'feature/upstream' into develop
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;