summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/getnetpath.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/rpc/getnetpath.c')
-rw-r--r--lib/libc/rpc/getnetpath.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/rpc/getnetpath.c b/lib/libc/rpc/getnetpath.c
index d1ea554..92eae95 100644
--- a/lib/libc/rpc/getnetpath.c
+++ b/lib/libc/rpc/getnetpath.c
@@ -99,9 +99,8 @@ setnetpath()
return (NULL);
}
if ((np_sessionp->nc_handlep = setnetconfig()) == NULL) {
- free(np_sessionp);
syslog (LOG_ERR, "rpc: failed to open " NETCONFIG);
- return (NULL);
+ goto failed;
}
np_sessionp->valid = NP_VALID;
np_sessionp->ncp_list = NULL;
OpenPOWER on IntegriCloud