rename optind to optidx
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15481 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -133,12 +133,12 @@ main(int argc, char **argv)
|
||||
krb5_error_code ret;
|
||||
krb5_context context;
|
||||
HDB *db, *new;
|
||||
int optind = 0;
|
||||
int optidx = 0;
|
||||
int master_key_set = 0;
|
||||
|
||||
setprogname(argv[0]);
|
||||
|
||||
if(getarg(args, num_args, argc, argv, &optind))
|
||||
if(getarg(args, num_args, argc, argv, &optidx))
|
||||
krb5_std_usage(1, args, num_args);
|
||||
|
||||
if(help_flag)
|
||||
|
Reference in New Issue
Block a user