From: <li...@pr...> - 2004-01-30 19:07:15
|
Update of /cvsroot/iptables-p2p/iptables-p2p/kernel In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31720 Modified Files: match_http.c Log Message: typo Index: match_http.c =================================================================== RCS file: /cvsroot/iptables-p2p/iptables-p2p/kernel/match_http.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- match_http.c 29 Jan 2004 17:40:29 -0000 1.8 +++ match_http.c 29 Jan 2004 17:40:53 -0000 1.9 @@ -183,7 +183,7 @@ (HM(HM_X_GNUTELLA))) return IPT_P2P_PROTO_GNUTELLA; - /* Shareazza/Gnutella 2 */ + /* Shareaza/Gnutella 2 */ if ((MM(MM_GET_URIRES) && (HM(HM_CONTENT_URN) || HM(HM_X_QUEUE)))) return IPT_P2P_PROTO_GNUTELLA; |