]> andersk Git - moira.git/blobdiff - server/qsupport.qc
Don't typecheck service labels
[moira.git] / 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.025945 seconds and 4 git commands to generate.