diff options
| author | Max Laier <mlaier@FreeBSD.org> | 2008-12-10 21:08:42 +0000 | 
|---|---|---|
| committer | Max Laier <mlaier@FreeBSD.org> | 2008-12-10 21:08:42 +0000 | 
| commit | 89a3159080a774bd9de50eaf1861a1f0c1657a9f (patch) | |
| tree | c096fbed43e7e27c693d9c76d395f03a6c790ac2 /ftp-proxy/filter.c | |
| parent | a13f3058fbd67e3bbda784171bacc8343faf6edf (diff) | |
Diffstat (limited to 'ftp-proxy/filter.c')
| -rw-r--r-- | ftp-proxy/filter.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/ftp-proxy/filter.c b/ftp-proxy/filter.c index d99dfcbd6b17a..80625a6fd9c87 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) | 
