diff options
Diffstat (limited to 'usr/src/cmd/idmap/idmapd/adspriv_impl.c')
-rw-r--r-- | usr/src/cmd/idmap/idmapd/adspriv_impl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/idmap/idmapd/adspriv_impl.c b/usr/src/cmd/idmap/idmapd/adspriv_impl.c index b1dcbe3163..7386ada6f6 100644 --- a/usr/src/cmd/idmap/idmapd/adspriv_impl.c +++ b/usr/src/cmd/idmap/idmapd/adspriv_impl.c @@ -205,6 +205,6 @@ out: int adspriv_program_1_freeresult(SVCXPRT *xprt, xdrproc_t fun, caddr_t res) { - (void) xdr_free(fun, res); + xdr_free(fun, res); return (TRUE); } |