argument number checks are now done by slc

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14026 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2004-07-05 11:41:22 +00:00
parent df516d31e6
commit 5836537f76
9 changed files with 0 additions and 43 deletions

View File

@@ -87,11 +87,6 @@ mod_entry(struct modify_options *opt, int argc, char **argv)
krb5_error_code ret;
int i;
if (argc < 1) {
fprintf (stderr, "usage: mod [options] principal\n");
return 0;
}
for(i = 0; i < argc; i++)
ret = foreach_principal(argv[i], do_mod_entry, "mod", opt);