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

@@ -339,11 +339,6 @@ getit(struct get_options *opt, const char *name, int argc, char **argv)
krb5_error_code ret;
struct get_entry_data data;
if(argc == 0) {
fprintf(stderr, "usage: %s principal...\n", name);
return 0;
}
if(opt->long_flag == -1 && (opt->short_flag == 1 || opt->terse_flag == 1))
opt->long_flag = 0;
if(opt->short_flag == -1 && (opt->long_flag == 1 || opt->terse_flag == 1))