From: Patrick McHardy Date: Thu, 11 Feb 2010 11:23:12 +0000 (+0100) Subject: netfilter: nf_conntrack_sip: fix ct_sip_parse_request() REGISTER request parsing X-Git-Tag: v2.6.34-rc1~233^2~303^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54101f4f3bed87fa968b57f77f8ff3b09fd88bcf;p=pandora-kernel.git netfilter: nf_conntrack_sip: fix ct_sip_parse_request() REGISTER request parsing When requests are parsed, the "sip:" part of the SIP URI should be skipped. Usually this doesn't matter because address parsing skips forward until after the username part, but in case REGISTER requests it doesn't contain a username and the address can not be parsed. Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed