diff options
Diffstat (limited to 'server/tools')
-rw-r--r-- | server/tools/tools_util.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/server/tools/tools_util.c b/server/tools/tools_util.c index eeec13c0..34b2881d 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: |