Skip to content

Commit

Permalink
Remove a duplicate global (rfc931_timeout).
Browse files Browse the repository at this point in the history
It is declared here and in rfc931.c and unused here so keep that copy
and discard this one.

Obtained from:	CheriBSD
MFC after:	1 week
Sponsored by:	DARPA, AFRL
  • Loading branch information
brooksdavis committed Jul 17, 2019
1 parent 7d2d393 commit 1011a4f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contrib/tcp_wrappers/scaffold.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ static char sccs_id[] = "@(#) scaffold.c 1.6 97/03/21 19:27:24";
*/
int allow_severity = SEVERITY;
int deny_severity = LOG_WARNING;
int rfc931_timeout = RFC931_TIMEOUT;

#ifndef INET6
/* dup_hostent - create hostent in one memory block */
Expand Down

0 comments on commit 1011a4f

Please sign in to comment.