summaryrefslogtreecommitdiff
path: root/libexec/tcpd/tcpdmatch
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-06-06 18:58:55 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-06-06 18:58:55 +0000
commit09bc3bb8d89cc9dd5e6715ccee1fd2cd24c5a58d (patch)
tree2b3ef296a6e71b0384e7f3eb915e735704ad3951 /libexec/tcpd/tcpdmatch
parent26776ba3eea9be01ddce635ea859f7f65c2eaeaa (diff)
oops
Diffstat (limited to 'libexec/tcpd/tcpdmatch')
-rw-r--r--libexec/tcpd/tcpdmatch/tcpdmatch.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/tcpd/tcpdmatch/tcpdmatch.c b/libexec/tcpd/tcpdmatch/tcpdmatch.c
index 12c266983b6..2225e548546 100644
--- a/libexec/tcpd/tcpdmatch/tcpdmatch.c
+++ b/libexec/tcpd/tcpdmatch/tcpdmatch.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tcpdmatch.c,v 1.3 1999/06/06 15:34:57 deraadt Exp $ */
+/* $OpenBSD: tcpdmatch.c,v 1.4 1999/06/06 18:58:54 deraadt Exp $ */
/*
* tcpdmatch - explain what tcpd would do in a specific case
@@ -19,7 +19,7 @@
#if 0
static char sccsid[] = "@(#) tcpdmatch.c 1.5 96/02/11 17:01:36";
#else
-static char rcsid[] = "$OpenBSD: tcpdmatch.c,v 1.3 1999/06/06 15:34:57 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: tcpdmatch.c,v 1.4 1999/06/06 18:58:54 deraadt Exp $";
#endif
#endif
@@ -208,7 +208,7 @@ char **argv;
* If a client address is specified, we simulate the effect of client
* hostname lookup failure.
*/
- if (dot_quad_addr(client, NULL)) {
+ if (dot_quad_addr_new(client, NULL)) {
request_set(&request, RQ_CLIENT_ADDR, client, 0);
tcpdmatch(&request);
exit(0);