summaryrefslogtreecommitdiff
path: root/rquota_client.c
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2001-08-15 20:13:42 +0000
committerjkar8572 <jkar8572>2001-08-15 20:13:42 +0000
commit59157c4442d31775624ad5b8b0bd3e0e3548b624 (patch)
treebb6267b7fe46ef8f5da69c11827e9cfd69e612e1 /rquota_client.c
parent805ee8ff8b05468a2f2ce09db619bded1d6a687d (diff)
Fixed a few error messages.
Implemented new mountpoint scanning. Implemented caching for scanning in old quota format. Implemented automatic choice of appropriate units in repquota, quota.
Diffstat (limited to 'rquota_client.c')
-rw-r--r--rquota_client.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/rquota_client.c b/rquota_client.c
index 5efc920..553bc10 100644
--- a/rquota_client.c
+++ b/rquota_client.c
@@ -9,7 +9,7 @@
*
* This part does the rpc-communication with the rquotad.
*
- * Version: $Id: rquota_client.c,v 1.3 2001/07/17 21:02:55 jkar8572 Exp $
+ * Version: $Id: rquota_client.c,v 1.4 2001/08/15 20:13:42 jkar8572 Exp $
*
* Author: Marco van Wieringen <mvw@planets.elm.net>
*
@@ -168,11 +168,12 @@ void rpc_rquota_get(struct dquot *dquot)
*/
auth_destroy(clnt->cl_auth);
clnt_destroy(clnt);
+ puts("get2");
}
else {
result = NULL;
}
-
+ printf("result: %p, status: %d\n", result, result?result->status:0);
if (result == NULL || !result->status) {
if (dquot->dq_h->qh_type == USRQUOTA) {
/*