]> andersk Git - moira.git/commitdiff
typo on filsys_id in update_filesys routine
authormar <mar>
Wed, 24 Aug 1988 18:00:31 +0000 (18:00 +0000)
committermar <mar>
Wed, 24 Aug 1988 18:00:31 +0000 (18:00 +0000)
server/qsupport.qc

index 1d81896cdb7160ce82797c8311d534785d311887..7b07a5059f0b63d6a3440c9ff139e20544ed505a 100644 (file)
@@ -681,7 +681,7 @@ setup_ufil(q, argv)
     if (!strcmp(type, "NFS")) {
        status = check_nfs(mach_id, name, access);
        fid = *(int *)argv[0];
-##     replace nfsquota (phys_id = var_phys_id) where nfsquota.filesys_id = fid
+##     replace nfsquota (phys_id = var_phys_id) where nfsquota.filsys_id = fid
        return(status);
     } else
       return(SMS_SUCCESS);
This page took 0.132216 seconds and 5 git commands to generate.