[netfilter-cvslog] r3979 - trunk/patch-o-matic-ng/osf/linux-2.6/net/ipv4/netfilter

kaber at netfilter.org kaber at netfilter.org
Sat Jun 11 19:07:15 CEST 2005


Author: kaber at netfilter.org
Date: 2005-06-11 19:07:14 +0200 (Sat, 11 Jun 2005)
New Revision: 3979

Modified:
   trunk/patch-o-matic-ng/osf/linux-2.6/net/ipv4/netfilter/ipt_osf.c
Log:
[4/3] OSF: typo fix (Evgeniy Polyakov <johnpol at 2ka.mipt.ru>)


Modified: trunk/patch-o-matic-ng/osf/linux-2.6/net/ipv4/netfilter/ipt_osf.c
===================================================================
--- trunk/patch-o-matic-ng/osf/linux-2.6/net/ipv4/netfilter/ipt_osf.c	2005-06-11 17:06:23 UTC (rev 3978)
+++ trunk/patch-o-matic-ng/osf/linux-2.6/net/ipv4/netfilter/ipt_osf.c	2005-06-11 17:07:14 UTC (rev 3979)
@@ -115,7 +115,7 @@
 	memcpy(&m->id, &osf_id, sizeof(m->id));
 	m->seq = osf_seq++;
 	m->ack = 0;
-	m->len = sizeof(*f);
+	m->len = sizeof(*data);
 	
 	memcpy(&data->f, f, sizeof(struct osf_finger));
 	memcpy(&data->ip, sk->nh.iph, sizeof(struct iphdr));




More information about the netfilter-cvslog mailing list