diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/heimdal/kpasswd/kpasswd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/heimdal/kpasswd/kpasswd.c b/source4/heimdal/kpasswd/kpasswd.c index 57c989719e..0258c1ac09 100644 --- a/source4/heimdal/kpasswd/kpasswd.c +++ b/source4/heimdal/kpasswd/kpasswd.c @@ -132,8 +132,8 @@ main (int argc, char **argv) print_version(NULL); return 0; } - argc -= optind; - argv += optind; + argc -= optidx; + argv += optidx; ret = krb5_init_context (&context); if (ret) |