- Fix style(9) bug I introduced in the last commit

Approved by:	jhb
This commit is contained in:
Eitan Adler 2011-12-21 20:47:24 +00:00
parent 520374b5aa
commit 5bf8645b8d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=228791

View File

@ -444,7 +444,7 @@ create_service(const int sock, const struct netconfig *nconf,
}
/* XXX: ignore error intentionally */
rpcb_set(YPPROG, YPVERS, nconf, &svcaddr);
free (sname);
free(sname);
freeaddrinfo(res0);
return 0;
}