commit | 3be34555fa294483202483c4b171a8d335447187 | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Tue Oct 08 15:53:07 2013 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Tue Oct 08 15:56:23 2013 -0400 |
tree | cdcf8e2787d05c7fe4acfc42400e7242dbc9bc4e | |
parent | c66080ad0a9295eaf0246a46949619f92c75faaa [diff] |
svcrpc: fix error-handling on badd gssproxy downcall For every other problem here we bail out with an error, but here for some reason we're setting a negative cache entry (with, note, an undefined expiry). It seems simplest just to bail out in the same way as we do in other cases. Cc: Simo Sorce <simo@redhat.com> Reported-by: Andi Kleen <andi@firstfloor.org> Signed-off-by: J. Bruce Fields <bfields@redhat.com>