From: Björn Jacke Date: Sun, 9 Sep 2012 13:59:42 +0000 (+0200) Subject: s3:quota-nfs: another build fix for the old Unix world X-Git-Tag: samba-4.0.0rc1~112 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=79df06ed009bc9a55703014213af436f2045bda5;p=thirdparty%2Fsamba.git s3:quota-nfs: another build fix for the old Unix world --- diff --git a/source3/lib/sysquotas_nfs.c b/source3/lib/sysquotas_nfs.c index 6f8713725df..3427f33ee47 100644 --- a/source3/lib/sysquotas_nfs.c +++ b/source3/lib/sysquotas_nfs.c @@ -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"));