diff options
Diffstat (limited to 'networking/isrv_identd.c')
-rw-r--r-- | networking/isrv_identd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/isrv_identd.c b/networking/isrv_identd.c index e08ebd4b3..e8ba00766 100644 --- a/networking/isrv_identd.c +++ b/networking/isrv_identd.c | |||
@@ -122,7 +122,7 @@ int fakeidentd_main(int argc UNUSED_PARAM, char **argv) | |||
122 | * log to stderr. I like daemontools more. Go their way. | 122 | * log to stderr. I like daemontools more. Go their way. |
123 | * (Or maybe we need yet another option "log to syslog") */ | 123 | * (Or maybe we need yet another option "log to syslog") */ |
124 | if (!(opt & OPT_fiw) /* || (opt & OPT_syslog) */) { | 124 | if (!(opt & OPT_fiw) /* || (opt & OPT_syslog) */) { |
125 | openlog(applet_name, 0, LOG_DAEMON); | 125 | openlog(applet_name, LOG_PID, LOG_DAEMON); |
126 | logmode = LOGMODE_SYSLOG; | 126 | logmode = LOGMODE_SYSLOG; |
127 | } | 127 | } |
128 | 128 | ||