summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2010-03-03 15:27:00 -0500
committerStephen Gallagher <sgallagh@redhat.com>2010-03-04 12:41:31 -0500
commitac318e41098b306a626fa686904bbd626794e812 (patch)
tree6b7bab00003b8f36d5d7cc893549d9094534f635 /src/util
parent8f4aaae28c88c707853f8f28d8babc4efe0c1bf6 (diff)
downloadsssd-ac318e41098b306a626fa686904bbd626794e812.tar.gz
sssd-ac318e41098b306a626fa686904bbd626794e812.tar.xz
sssd-ac318e41098b306a626fa686904bbd626794e812.zip
Fix debug_timestamps
It was broken when the default was changed, making it impossible to silence from the config file.
Diffstat (limited to 'src/util')
-rw-r--r--src/util/server.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/server.c b/src/util/server.c
index fd6c46531..226e16e25 100644
--- a/src/util/server.c
+++ b/src/util/server.c
@@ -377,6 +377,7 @@ int server_setup(const char *name, int flags,
return ret;
}
if (dt) debug_timestamps = 1;
+ else debug_timestamps = 0;
/* same for debug to file */
dl = (debug_to_file != 0);