diff options
Diffstat (limited to 'usr.sbin/smtpd/log.c')
-rw-r--r-- | usr.sbin/smtpd/log.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/log.c b/usr.sbin/smtpd/log.c index 47f0e6e2291..50986b6d2c2 100644 --- a/usr.sbin/smtpd/log.c +++ b/usr.sbin/smtpd/log.c @@ -1,4 +1,4 @@ -/* $OpenBSD: log.c,v 1.5 2010/05/19 20:57:10 gilles Exp $ */ +/* $OpenBSD: log.c,v 1.6 2010/05/31 23:38:56 jacekm Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -51,7 +51,7 @@ log_init(int n_debug) verbose = n_debug; if (!debug) - openlog(__progname, LOG_PID | LOG_NDELAY, LOG_MAIL); + openlog(__progname, LOG_NDELAY, LOG_MAIL); tzset(); } |