svcrpc: don't bother checking bad svc_addr_len result
authorJ. Bruce Fields <bfields@redhat.com>
Tue, 21 Aug 2012 21:22:11 +0000 (17:22 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Tue, 21 Aug 2012 21:40:10 +0000 (17:40 -0400)
None of the callers should see an unsupported address family (only one
of them even bothers to check for that case), so just check for the
buggy case in svc_addr_len and don't bother elsewhere.

Acked-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>

No differences found