summaryrefslogtreecommitdiff
path: root/source3/lib/sysquotas_nfs.c
diff options
context:
space:
mode:
authorBjörn Jacke <bj@sernet.de>2012-09-09 15:59:42 +0200
committerBjörn Jacke <bj@sernet.de>2012-09-09 15:59:42 +0200
commit79df06ed009bc9a55703014213af436f2045bda5 (patch)
tree8f816314ee3e3f1f58ca76bb06d00e8ee1d19fce /source3/lib/sysquotas_nfs.c
parentb89d9887e8fd20bef9bbc6383e63cd356db08361 (diff)
downloadsamba-79df06ed009bc9a55703014213af436f2045bda5.tar.gz
samba-79df06ed009bc9a55703014213af436f2045bda5.tar.bz2
samba-79df06ed009bc9a55703014213af436f2045bda5.zip
s3:quota-nfs: another build fix for the old Unix world
Diffstat (limited to 'source3/lib/sysquotas_nfs.c')
-rw-r--r--source3/lib/sysquotas_nfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/sysquotas_nfs.c b/source3/lib/sysquotas_nfs.c
index 6f8713725d..3427f33ee4 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"));