From: <li...@us...> - 2004-02-06 18:22:36
|
Update of /cvsroot/iptables-p2p/iptables-p2p/kernel In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6067 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.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- match_http.c 29 Jan 2004 17:46:37 -0000 1.10 +++ match_http.c 6 Feb 2004 18:19:52 -0000 1.11 @@ -175,7 +175,7 @@ return IPT_P2P_PROTO_KAZAA; /* Kazaa >= 2.6 (TODO: needs testing) */ - if ((MM(NM_GET_FILE) || MMM(NM_GET_SIG) || M(MM_HTTP11)) && + if ((MM(NM_GET_FILE) || MM(NM_GET_SIG) || MM(MM_HTTP11)) && HM(HM_X_P2P_MESSAGE)) return IPT_P2P_PROTO_KAZAA; |