diff options
author | Enji Cooper <ngie@FreeBSD.org> | 2016-01-11 21:56:53 +0000 |
---|---|---|
committer | Enji Cooper <ngie@FreeBSD.org> | 2016-01-11 21:56:53 +0000 |
commit | d140ec33c78cf86f083ca60afbabb8740113ec22 (patch) | |
tree | d23174df8bfd2e3b4b37c4a022d77a1c7df365ba | |
parent | cbb261aec7de20bad5d56ed7a2b2670c6f1ce902 (diff) |
Notes
-rw-r--r-- | lib/libc/rpc/rpc_soc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/rpc/rpc_soc.c b/lib/libc/rpc/rpc_soc.c index 11fc80302a12..64516a9fe806 100644 --- a/lib/libc/rpc/rpc_soc.c +++ b/lib/libc/rpc/rpc_soc.c @@ -483,7 +483,7 @@ svcunix_create(int sock, u_int sendsize, u_int recvsize, char *path) break; } if (nconf == NULL) - return(xprt); + goto done; if ((sock = __rpc_nconf2fd(nconf)) < 0) goto done; |