From: Patrick McHardy Date: Wed, 26 Mar 2008 03:17:36 +0000 (-0700) Subject: [NETFILTER]: nf_conntrack_sip: use strlen/strcmp X-Git-Tag: v2.6.26-rc1~1138^2~337 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=779382eb324ad0c39f8c4d10a47a813b490ab82c;p=pandora-kernel.git [NETFILTER]: nf_conntrack_sip: use strlen/strcmp Replace sizeof/memcmp by strlen/strcmp. Use case-insensitive comparison for SIP methods and the SIP/2.0 string, as specified in RFC 3261. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed