[netfilter-cvslog] r3746 - trunk/patch-o-matic-ng/pptp-conntrack-nat/linux/include/linux/netfilter_ipv4

laforge at netfilter.org laforge at netfilter.org
Tue Mar 1 10:53:03 CET 2005


Author: laforge at netfilter.org
Date: 2005-03-01 10:53:02 +0100 (Tue, 01 Mar 2005)
New Revision: 3746

Modified:
   trunk/patch-o-matic-ng/pptp-conntrack-nat/linux/include/linux/netfilter_ipv4/ip_conntrack_pptp.h
Log:
fix typo in structure name definition (Sander Eikelenboom)


Modified: trunk/patch-o-matic-ng/pptp-conntrack-nat/linux/include/linux/netfilter_ipv4/ip_conntrack_pptp.h
===================================================================
--- trunk/patch-o-matic-ng/pptp-conntrack-nat/linux/include/linux/netfilter_ipv4/ip_conntrack_pptp.h	2005-03-01 04:23:02 UTC (rev 3745)
+++ trunk/patch-o-matic-ng/pptp-conntrack-nat/linux/include/linux/netfilter_ipv4/ip_conntrack_pptp.h	2005-03-01 09:53:02 UTC (rev 3746)
@@ -54,7 +54,7 @@
                 void				*rawreq;
 		struct PptpStartSessionRequest	*sreq;
 		struct PptpStartSessionReply	*srep;
-		struct PptpStopSessionReqest	*streq;
+		struct PptpStopSessionRequest	*streq;
 		struct PptpStopSessionReply	*strep;
                 struct PptpOutCallRequest       *ocreq;
                 struct PptpOutCallReply         *ocack;




More information about the netfilter-cvslog mailing list