From 8c50bd085c0efe5fde354deee2c8118887aae29d Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Fri, 18 Sep 2009 12:35:34 +0200 Subject: Use syslog for logging error conditions in SSSD This is just a band-aid until ELAPI is fully functional and ready to use. --- server/tools/tools_util.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'server/tools') diff --git a/server/tools/tools_util.c b/server/tools/tools_util.c index eeec13c0a..34b2881d5 100644 --- a/server/tools/tools_util.c +++ b/server/tools/tools_util.c @@ -226,6 +226,9 @@ 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: -- cgit