Forgot to initialize the debug variable.

MFC after:	2 weeks
This commit is contained in:
Dag-Erling Smørgrav 2010-04-01 13:16:32 +00:00
parent 7336187439
commit b591468394
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=206040

View file

@ -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)