diff options
author | Pavel Březina <pbrezina@redhat.com> | 2011-08-08 11:00:48 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2011-08-08 10:23:43 -0400 |
commit | 96ea25cbd9b94d48c57b6173eeda2b3fbe670a70 (patch) | |
tree | 44ef8d94a0bfb793af2a4f4ef289d6b265ab8b3b /src/util/util.h | |
parent | 8a07521b413a3b5879f824e1872c5770c92ee5c0 (diff) | |
download | sssd-96ea25cbd9b94d48c57b6173eeda2b3fbe670a70.tar.gz sssd-96ea25cbd9b94d48c57b6173eeda2b3fbe670a70.tar.xz sssd-96ea25cbd9b94d48c57b6173eeda2b3fbe670a70.zip |
debug_timestamps fixes
Fixed: could not overwrite debug_timestamps when set in sssd.conf
Fixed: invalid description of debug_timestamps in sssd man page
Diffstat (limited to 'src/util/util.h')
-rw-r--r-- | src/util/util.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/util.h b/src/util/util.h index a59603d0..3ff5f629 100644 --- a/src/util/util.h +++ b/src/util/util.h @@ -62,6 +62,9 @@ errno_t set_debug_file_from_fd(const int fd); #define SSS_DEFAULT_DEBUG_LEVEL 0 #define SSS_UNRESOLVED_DEBUG_LEVEL -1 +#define SSSDBG_TIMESTAMP_UNRESOLVED -1 +#define SSSDBG_TIMESTAMP_DEFAULT 1 + #define SSSD_DEBUG_OPTS \ {"debug-level", 'd', POPT_ARG_INT, &debug_level, 0, \ _("Debug level"), NULL}, \ |