From: Holger Eitzenberger Date: Tue, 21 Mar 2006 01:58:21 +0000 (-0800) Subject: [NETFILTER]: Fix CID offset bug in PPTP NAT helper debug message X-Git-Tag: v2.6.17-rc1~1175^2~170 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2ad52c9da2229d7f038d02139d21478b33b76b4;p=pandora-kernel.git [NETFILTER]: Fix CID offset bug in PPTP NAT helper debug message The recent (kernel 2.6.15.1) fix for PPTP NAT helper introduced a bug - which only appears if DEBUGP is enabled though. The calculation of the CID offset into a PPTP request struct is not correct, so that at least not the correct CID is displayed if DEBUGP is enabled. This patch corrects CID offset calculation and introduces a #define for that. Signed-off-by: Holger Eitzenberger Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed