From: Miao Xie Date: Wed, 30 Jul 2008 06:57:58 +0000 (-0700) Subject: IPv6: datagram_send_ctl() should exit immediately when an error occured X-Git-Tag: v2.6.27-rc2~119^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a36702e016947a0ce6c0c024673bb5b16d3f618;p=pandora-kernel.git IPv6: datagram_send_ctl() should exit immediately when an error occured When an error occured, datagram_send_ctl() should exit immediately rather than continue to run the for loop. Otherwise, the variable err might be changed and the error might be hidden. Fix this bug by using "goto" instead of "break". Signed-off-by: Miao Xie Signed-off-by: David S. Miller --- Reading git-diff-tree failed