]> andersk Git - moira.git/blobdiff - dbck/phase4.qc
Used /bin/sh format instead of /bin/csh format, by accident.
[moira.git] / dbck / phase4.qc
index f31ee2ab9d71976ac06dc8f79e663a58badbf042..535a22a3be1cb2f1b8bad4a6340120539c053c10 100644 (file)
@@ -171,7 +171,7 @@ count_only_setup()
 ##  }
 
     dprintf("Counting quotas...\n");
-##  retrieve (id = nfsquota.phys_id, id2 = nfsquota.quota) {
+##  retrieve (id = quota.phys_id, id2 = quota.quota) {
         if (n = (struct nfsphys  *) hash_lookup(nfsphys, id)) {
            n->count += id2;
        }
This page took 0.058472 seconds and 4 git commands to generate.