summaryrefslogtreecommitdiff
path: root/nslcd/nslcd.c
diff options
context:
space:
mode:
Diffstat (limited to 'nslcd/nslcd.c')
-rw-r--r--nslcd/nslcd.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/nslcd/nslcd.c b/nslcd/nslcd.c
index d7891e6..1b2ecf7 100644
--- a/nslcd/nslcd.c
+++ b/nslcd/nslcd.c
@@ -425,11 +425,6 @@ int main(int argc, char *argv[])
/* read configuration file */
cfg_init(NSLCD_CONF_PATH);
- /* intilialize logging */
- if (!nslcd_debugging)
- {
- log_startlogging();
- }
/* log start */
log_log(LOG_INFO, "version %s starting", VERSION);
/* install handler to close stuff off on exit and log notice */