diff options
author | Miles Bader <miles@gnu.org> | 1997-09-29 21:59:16 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1997-09-29 21:59:16 +0000 |
commit | 8c885853d3b57a4a7e51d8bb9508bea2cf76174b (patch) | |
tree | 306396167088db29c333f0fd9a59631ea5aed924 /utils | |
parent | 7909062355ecc2e2b2a3544b807d4bf627826c55 (diff) |
(main):
Supply new args to frobauth_modify.
Diffstat (limited to 'utils')
-rw-r--r-- | utils/rmauth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/rmauth.c b/utils/rmauth.c index 56d6a6a4..77169826 100644 --- a/utils/rmauth.c +++ b/utils/rmauth.c @@ -114,7 +114,7 @@ main (int argc, char *argv[]) /* Parse our command line. This shouldn't ever return an error. */ argp_parse (&argp, argc, argv, 0, 0, &frobauth); - if (frobauth_modify (&frobauth, modify, print_info, 0)) + if (frobauth_modify (&frobauth, 0, 0, modify, print_info, 0)) exit (0); else exit (1); |