Skip to content

Commit

Permalink
Try using the qr_status data type
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmark committed May 29, 2024
1 parent 0c5f2fe commit e7dc13b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libatalk/compat/rquota_xdr.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ xdr_rquota(xdrs, objp)
bool_t
xdr_gqr_status(xdrs, objp)
XDR *xdrs;
gqr_status *objp;
qr_status *objp;
{
if (!xdr_enum(xdrs, (enum_t *)objp)) {
return (FALSE);
Expand Down

0 comments on commit e7dc13b

Please sign in to comment.