+2005-01-16 Jan Rafaj
+ * ap-gl/auth.c: small bugfix
+
2005-01-15 Roman Festchook
* src/ap-rrd.c: added utility to store stats from AP into RRD database
* src/wlan.c: added 'ACK timeout' additional info into [T] SIFS time (msec)
print_helperr(ERR_RET);
goto exit;
}
+ if (i < 0)
+ break;
+
if (varbinds[0].len_val == 12) {
if (AuthMac)
free(AuthMac);
} else {
print_help(MAC_NONE_HELP);
}
+
+ if (i < 0) {
+ mvwaddstr(main_sub, 3, 1, _("(insufficient community used)"));
+ wrefresh(main_sub);
+ }
+
noecho();
while (1) {
# Define the identity of the package.
PACKAGE=ap-utils
- VERSION=1.5pre2
+ VERSION=1.5pre3a
cat >>confdefs.h <<_ACEOF
#
AC_INIT([lib/snmp.c])
AC_CONFIG_AUX_DIR(config)
-AM_INIT_AUTOMAKE(ap-utils, 1.5pre2)
+AM_INIT_AUTOMAKE(ap-utils, 1.5pre3a)
AM_CONFIG_HEADER(config.h)
ac_aux_dir=config