summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utils/rmauth.c2
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);