From: Eric Sesterhenn Date: Wed, 19 Apr 2006 17:06:49 +0000 (-0400) Subject: SUNRPC: Dead code in net/sunrpc/auth_gss/auth_gss.c X-Git-Tag: v2.6.17-rc3~80^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5f9145bc9c340bda743ad51e09bdea60fa3ddfa;p=pandora-kernel.git SUNRPC: Dead code in net/sunrpc/auth_gss/auth_gss.c Hi, the coverity checker spotted that cred is always NULL when we jump to out_err ( there is just one case, when we fail to allocate the memory for cred ) This is Coverity ID #79 Signed-off-by: Eric Sesterhenn Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed