diff options
| author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2018-02-08 14:53:34 +0000 |
|---|---|---|
| committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2018-02-08 14:53:34 +0000 |
| commit | 2614eccf45995a836ed29c6930f8b0d9ff396308 (patch) | |
| tree | 944d3afaf1db9907a56ba8273107a2d46cef2aca /usr.sbin | |
| parent | f11548e1da92860b9e62fc5cc829eda52180f153 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/ypserv/yp_svc_udp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ypserv/yp_svc_udp.c b/usr.sbin/ypserv/yp_svc_udp.c index c865c01d9b7e..288bd28423b1 100644 --- a/usr.sbin/ypserv/yp_svc_udp.c +++ b/usr.sbin/ypserv/yp_svc_udp.c @@ -39,7 +39,7 @@ __FBSDID("$FreeBSD$"); #include <rpc/svc_dg.h> #include "yp_extern.h" -#define su_data(xprt) ((struct svc_dg_data *)(xprt->xp_p2)) +#define su_data(xprt) ((struct svc_dg_data *)((xprt)->xp_p2)) /* * We need to be able to manually set the transaction ID in the |
