]> andersk Git - moira.git/commitdiff
allow wildcards in the username when retrieving quotas
authormar <mar>
Thu, 21 Dec 1989 19:22:13 +0000 (19:22 +0000)
committermar <mar>
Thu, 21 Dec 1989 19:22:13 +0000 (19:22 +0000)
clients/moira/quota.c

index aef6e7a98cd07201ae39db4033400d42876b0b7f..9cd4fde8422b8e957e33ca4841aa1c22b33f816c 100644 (file)
@@ -187,7 +187,6 @@ Bool quota;
       args[Q_LOGIN] = strsave(NOBODY);
   } else {
       GetValueFromUser("Username", &args[Q_LOGIN]);
-      if (!ValidName(args[Q_LOGIN])) return(NULL);
   }
 
   if (quota) {                 /* Get and check quota. */
This page took 0.069775 seconds and 5 git commands to generate.