s3:quota-nfs: another build fix for the old Unix world
[metze/samba/wip.git] / source3 / lib / sysquotas_nfs.c
index 6f8713725dfec423e9cfd859b09a588c5f646866..3427f33ee47e7c6dcc7395b16805f157d8dd84fe 100644 (file)
@@ -69,7 +69,7 @@ static int my_xdr_getquota_rslt(XDR *xdrsp, struct getquota_rslt *gqr)
                DEBUG(6,("nfs_quotas: Status bad or zero\n"));
                return 0;
        }
-       gqr->status = quotastat;
+       gqr->GQR_STATUS = quotastat;
 
        if (!xdr_int(xdrsp, &gqr->GQR_RQUOTA.rq_bsize)) {
                DEBUG(6,("nfs_quotas: Block size bad or zero\n"));