From 79df06ed009bc9a55703014213af436f2045bda5 Mon Sep 17 00:00:00 2001 From: Björn Jacke Date: Sun, 9 Sep 2012 15:59:42 +0200 Subject: s3:quota-nfs: another build fix for the old Unix world --- source3/lib/sysquotas_nfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') 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")); -- cgit