Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 139555
b: refs/heads/master
c: ba5c35e
h: refs/heads/master
i:
  139553: a721b7e
  139551: 579a652
v: v3
  • Loading branch information
Chuck Lever authored and Trond Myklebust committed Mar 28, 2009
1 parent d1065fc commit 990b064
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fc28decdc93633a65d54e42498e9e819d466329c
refs/heads/master: ba5c35e0c7e30b095636cd58b0854fdbd3c32947
4 changes: 2 additions & 2 deletions trunk/net/sunrpc/svc.c
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ static int __svc_rpcb_register4(const u32 program, const u32 version,
netid = RPCBIND_NETID_TCP;
break;
default:
return -EPROTONOSUPPORT;
return -ENOPROTOOPT;
}

return rpcb_v4_register(program, version,
Expand Down Expand Up @@ -785,7 +785,7 @@ static int __svc_rpcb_register6(const u32 program, const u32 version,
netid = RPCBIND_NETID_TCP6;
break;
default:
return -EPROTONOSUPPORT;
return -ENOPROTOOPT;
}

return rpcb_v4_register(program, version,
Expand Down

0 comments on commit 990b064

Please sign in to comment.