summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
Diffstat (limited to 'libexec')
-rw-r--r--libexec/fingerd/fingerd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/fingerd/fingerd.c b/libexec/fingerd/fingerd.c
index 3b98bee..0225d94 100644
--- a/libexec/fingerd/fingerd.c
+++ b/libexec/fingerd/fingerd.c
@@ -78,7 +78,7 @@ main(int argc, char *argv[])
char rhost[MAXHOSTNAMELEN];
prog = _PATH_FINGER;
- logging = kflag = pflag = secure = 0;
+ debug = logging = kflag = pflag = secure = 0;
openlog("fingerd", LOG_PID | LOG_CONS, LOG_DAEMON);
opterr = 0;
while ((ch = getopt(argc, argv, "dklp:s")) != -1)
OpenPOWER on IntegriCloud