From: Frédéric Marchal Date: Sat, 18 Sep 2010 12:35:46 +0000 (+0000) Subject: The unauthenticated users were always ignored in the realtime report. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7d81d06ffecb114060f2f095d3e1a475e8e2e94f;p=thirdparty%2Fsarg.git The unauthenticated users were always ignored in the realtime report. --- 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 {