summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/rpc_soc.c
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-12-01 08:32:21 -0200
committerRenato Botelho <renato@netgate.com>2015-12-01 08:32:21 -0200
commit695ea8099809439ed40fe35451df301d75e2b39e (patch)
treef5d371838e7b09643ac854d4c84c96d401175010 /lib/libc/rpc/rpc_soc.c
parent2572e1a27934f3539d0356653fcac9aa6b03b80e (diff)
parentff68307fb48ebed764757b9f0ff301df2f3d8825 (diff)
downloadFreeBSD-src-695ea8099809439ed40fe35451df301d75e2b39e.zip
FreeBSD-src-695ea8099809439ed40fe35451df301d75e2b39e.tar.gz
Merge remote-tracking branch 'origin/stable/10' into devel
Diffstat (limited to 'lib/libc/rpc/rpc_soc.c')
-rw-r--r--lib/libc/rpc/rpc_soc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc/rpc/rpc_soc.c b/lib/libc/rpc/rpc_soc.c
index fbcec05..8d0f34e 100644
--- a/lib/libc/rpc/rpc_soc.c
+++ b/lib/libc/rpc/rpc_soc.c
@@ -462,12 +462,10 @@ clntunix_create(raddr, prog, vers, sockp, sendsz, recvsz)
u_int recvsz;
{
struct netbuf *svcaddr;
- struct netconfig *nconf;
CLIENT *cl;
int len;
cl = NULL;
- nconf = NULL;
svcaddr = NULL;
if ((raddr->sun_len == 0) ||
((svcaddr = malloc(sizeof(struct netbuf))) == NULL ) ||
OpenPOWER on IntegriCloud