mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s4:dsdb: Parenthesize macro expression
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
b96c55c28a
commit
2e8bbaea70
@ -61,7 +61,7 @@
|
||||
#include "dsdb/samdb/ldb_modules/util.h"
|
||||
|
||||
/* default is 30 minutes: -1e7 * 30 * 60 */
|
||||
#define DEFAULT_OBSERVATION_WINDOW -18000000000
|
||||
#define DEFAULT_OBSERVATION_WINDOW (-18000000000)
|
||||
|
||||
/*
|
||||
search the sam for the specified attributes in a specific domain, filter on
|
||||
|
Loading…
Reference in New Issue
Block a user