From: Frédéric Marchal Date: Sun, 15 Aug 2010 17:48:50 +0000 (+0000) Subject: The unauthenticated users were always ignored in the realtime report. X-Git-Tag: v2.3.1~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c02d38bb60fcbb40d1fa65bd7dca8e5076303d21;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 {