summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/crypt_client.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/rpc/crypt_client.c')
-rw-r--r--lib/libc/rpc/crypt_client.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/rpc/crypt_client.c b/lib/libc/rpc/crypt_client.c
index 9f343f5..b7f0d1ff 100644
--- a/lib/libc/rpc/crypt_client.c
+++ b/lib/libc/rpc/crypt_client.c
@@ -61,6 +61,7 @@ _des_crypt_call(char *buf, int len, struct desparams *dparms)
}
if (nconf == NULL) {
warnx("getnetconfig: %s", nc_sperror());
+ endnetconfig(localhandle);
return(DESERR_HWERROR);
}
clnt = clnt_tp_create(NULL, CRYPT_PROG, CRYPT_VERS, nconf);
OpenPOWER on IntegriCloud