From: Vlad Yasevich Date: Fri, 4 Sep 2009 22:21:00 +0000 (-0400) Subject: sctp: Correctly track if AUTH has been bundled. X-Git-Tag: v2.6.32-rc1~703^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4007cc88ceec8892b74792f0a10983b140beae72;p=pandora-kernel.git sctp: Correctly track if AUTH has been bundled. We currently track if AUTH has been bundled using the 'auth' pointer to the chunk. However, AUTH is disallowed after DATA is already in the packet, so we need to instead use the 'has_auth' field. Signed-off-by: Vlad Yasevich --- Reading git-diff-tree failed