summaryrefslogtreecommitdiff
path: root/util/ilan.c
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2017-01-03 02:33:44 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2017-01-03 02:33:44 +0100
commitf85b8b834b7ff85c80503faa73f237040330087b (patch)
tree595cb1ac38c0a8222c9a768b3c0523e36c063be4 /util/ilan.c
parentdb5e8f26947114f06480dd22b9db7e22e50ee133 (diff)
New upstream version 3.0.1upstream/3.0.1
Diffstat (limited to 'util/ilan.c')
-rw-r--r--util/ilan.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/util/ilan.c b/util/ilan.c
index 91dda48..0c47e4d 100644
--- a/util/ilan.c
+++ b/util/ilan.c
@@ -305,7 +305,7 @@ extern char *get_sensor_type_desc(uchar stype); /*from ievents.c*/
/*
* Global variables
*/
-static char * progver = "3.00";
+static char * progver = "3.01";
static char * progname = "ilan";
static char fdebug = 0;
static char fipmilan = 0;
@@ -4745,12 +4745,12 @@ main(int argc, char **argv)
if (ret != 0) { nerrs++; lasterr = ret; }
else ngood++;
}
- if (lan_user != 0) {
+ if (lan_user != 0) {
j = DisableUser(lan_user); /*disable this lan user*/
printf("DisableUser(%d), ret = %d\n",lan_user,j);
if (j != 0) { nerrs++; lasterr = j; }
- else ngood++;
- }
+ else ngood++;
+ }
LanRecord.data[0] = 0x01; /* static IP address source */
ret = SetLanEntry(4, &LanRecord, 1);
printf("SetLanEntry(4), ret = %d\n",ret);