diff options
author | Björn Jacke <bj@sernet.de> | 2012-09-09 15:59:42 +0200 |
---|---|---|
committer | Björn Jacke <bj@sernet.de> | 2012-09-09 15:59:42 +0200 |
commit | 79df06ed009bc9a55703014213af436f2045bda5 (patch) | |
tree | 8f816314ee3e3f1f58ca76bb06d00e8ee1d19fce /source3 | |
parent | b89d9887e8fd20bef9bbc6383e63cd356db08361 (diff) | |
download | samba-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')
-rw-r--r-- | source3/lib/sysquotas_nfs.c | 2 |
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")); |