summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_auth.c
diff options
context:
space:
mode:
authordarrenr <darrenr@FreeBSD.org>2001-02-04 14:15:48 +0000
committerdarrenr <darrenr@FreeBSD.org>2001-02-04 14:15:48 +0000
commit013eb6ba3efef4ab5c0b7012a20730ab139e1283 (patch)
treeb79d7a56870dc56ab3960e08c0eb38d3bc9221a1 /sys/netinet/ip_auth.c
parentf0af50f6d83d477f68fe4441d17c0d48d2142627 (diff)
downloadFreeBSD-src-013eb6ba3efef4ab5c0b7012a20730ab139e1283.zip
FreeBSD-src-013eb6ba3efef4ab5c0b7012a20730ab139e1283.tar.gz
Update IP Filter kernel source
Diffstat (limited to 'sys/netinet/ip_auth.c')
-rw-r--r--sys/netinet/ip_auth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_auth.c b/sys/netinet/ip_auth.c
index d737b9c..a453610 100644
--- a/sys/netinet/ip_auth.c
+++ b/sys/netinet/ip_auth.c
@@ -6,7 +6,7 @@
* to the original author and the contributors.
*/
#if !defined(lint)
-static const char rcsid[] = "@(#)$Id: ip_auth.c,v 2.11.2.4 2000/08/05 14:48:50 darrenr Exp $";
+static const char rcsid[] = "@(#)$Id: ip_auth.c,v 2.11.2.5 2001/01/10 06:18:35 darrenr Exp $";
#endif
#include <sys/errno.h>
@@ -352,7 +352,7 @@ fr_authioctlloop:
READ_ENTER(&ipf_auth);
if ((fr_authnext != fr_authend) && fr_authpkts[fr_authnext]) {
error = IWCOPYPTR((char *)&fr_auth[fr_authnext], data,
- sizeof(fr_info_t));
+ sizeof(frauth_t));
RWLOCK_EXIT(&ipf_auth);
if (error)
break;
OpenPOWER on IntegriCloud