From 7d81d06ffecb114060f2f095d3e1a475e8e2e94f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Marchal?= Date: Sat, 18 Sep 2010 12:35:46 +0000 Subject: [PATCH] The unauthenticated users were always ignored in the realtime report. --- include/conf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/conf.h b/include/conf.h index 2d3e882..efbc40c 100755 --- a/include/conf.h +++ b/include/conf.h @@ -241,8 +241,8 @@ int mkstemps(char *template, int suffixlen); #define DATETIME_ELAP 0x0001UL #define DATETIME_BYTE 0x0002UL -#define REALTIME_UNAUTH_REC_SHOW 0x0001UL -#define REALTIME_UNAUTH_REC_IGNORE 0x0001UL +#define REALTIME_UNAUTH_REC_SHOW 0x0001UL +#define REALTIME_UNAUTH_REC_IGNORE 0x0002UL struct periodstruct { -- 2.47.3