diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2009-09-22 13:11:29 -0400 |
---|---|---|
committer | Simo Sorce <ssorce@redhat.com> | 2009-09-23 07:33:31 -0400 |
commit | 87b8670b2749d02ffdc6c06506ac692b09db5be2 (patch) | |
tree | ead3f62f72c3522d3dc7703cd9f009aabc86a023 /server/tools | |
parent | 091df02f920b5f5a658962d3add6f965d84375ac (diff) | |
download | sssd2-87b8670b2749d02ffdc6c06506ac692b09db5be2.tar.gz sssd2-87b8670b2749d02ffdc6c06506ac692b09db5be2.tar.xz sssd2-87b8670b2749d02ffdc6c06506ac692b09db5be2.zip |
Revert "Use syslog for logging error conditions in SSSD"
This reverts commit 8c50bd085c0efe5fde354deee2c8118887aae29d.
Amended: commit 1016af2b1b97ad4290ccce8fa462cc7e3c191b2e also made
use of the SYSLOG_ERROR() macro, so those portions of that code
also needed to be reverted.
Diffstat (limited to 'server/tools')
-rw-r--r-- | server/tools/tools_util.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/server/tools/tools_util.c b/server/tools/tools_util.c index 34b2881d..eeec13c0 100644 --- a/server/tools/tools_util.c +++ b/server/tools/tools_util.c @@ -226,9 +226,6 @@ int init_sss_tools(struct tools_ctx **_tctx) octx->domain = tctx->local; tctx->octx = octx; - /* No syslog in tools */ - send_syslog = 0; - *_tctx = tctx; ret = EOK; fini: |