]> err.no Git - linux-2.6/blobdiff - net/sunrpc/svc.c
Remove define for KRB5_CKSUM_LENGTH, which will become enctype-dependent
[linux-2.6] / net / sunrpc / svc.c
index 090af78d68b5a4d010757b7d725721a1db3141fc..7efb5133eb71e133fb9cbb8b47c8cc1ce94035b0 100644 (file)
@@ -921,8 +921,7 @@ svc_process(struct svc_rqst *rqstp)
        case SVC_OK:
                break;
        case SVC_GARBAGE:
-               rpc_stat = rpc_garbage_args;
-               goto err_bad;
+               goto err_garbage;
        case SVC_SYSERR:
                rpc_stat = rpc_system_err;
                goto err_bad;