summaryrefslogtreecommitdiff
path: root/ftp-proxy/filter.c
diff options
context:
space:
mode:
Diffstat (limited to 'ftp-proxy/filter.c')
-rw-r--r--ftp-proxy/filter.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp-proxy/filter.c b/ftp-proxy/filter.c
index d99dfcbd6b17..80625a6fd9c8 100644
--- a/ftp-proxy/filter.c
+++ b/ftp-proxy/filter.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: filter.c,v 1.7 2008/02/26 18:52:53 henning Exp $ */
+/* $OpenBSD: filter.c,v 1.8 2008/06/13 07:25:26 claudio Exp $ */
/*
* Copyright (c) 2004, 2005 Camiel Dobbelaar, <cd@sentia.nl>
@@ -173,7 +173,7 @@ init_filter(char *opt_qname, char *opt_tagname, int opt_verbose)
dev = open("/dev/pf", O_RDWR);
if (dev == -1)
- err(1, "/dev/pf");
+ err(1, "open /dev/pf");
if (ioctl(dev, DIOCGETSTATUS, &status) == -1)
err(1, "DIOCGETSTATUS");
if (!status.running)