diff options
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: |