Author: eadler (ports committer)
Date: Wed Dec 21 20:47:24 2011
New Revision: 228791
URL: http://svn.freebsd.org/changeset/base/228791
Log:
- Fix style(9) bug I introduced in the last commit
Approved by: jhb
Modified:
head/usr.sbin/ypserv/yp_main.c
Modified: head/usr.sbin/ypserv/yp_main.c
==============================================================================
--- head/usr.sbin/ypserv/yp_main.c Wed Dec 21 20:27:41 2011
(r228790)
+++ head/usr.sbin/ypserv/yp_main.c Wed Dec 21 20:47:24 2011
(r228791)
@@ -444,7 +444,7 @@ create_service(const int sock, const str
}
/* XXX: ignore error intentionally */
rpcb_set(YPPROG, YPVERS, nconf, &svcaddr);
- free (sname);
+ free(sname);
freeaddrinfo(res0);
return 0;
}
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"