summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2008-08-06 17:33:31 +0000
committerKen Raeburn <raeburn@mit.edu>2008-08-06 17:33:31 +0000
commit5bfda276e4a92a0dad9767b823d898b3efd68b5c (patch)
treeab0e14572717f97041ae5e4ba064aada9eacf190 /src
parentf1138a52524278f9dd0ba6530291911b299f43be (diff)
downloadkrb5-5bfda276e4a92a0dad9767b823d898b3efd68b5c.tar.gz
krb5-5bfda276e4a92a0dad9767b823d898b3efd68b5c.tar.xz
krb5-5bfda276e4a92a0dad9767b823d898b3efd68b5c.zip
Oops. Really delete the extra argument this time
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20622 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/kadmin/dbutil/dump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kadmin/dbutil/dump.c b/src/kadmin/dbutil/dump.c
index b30e2b3e5..0cc227d30 100644
--- a/src/kadmin/dbutil/dump.c
+++ b/src/kadmin/dbutil/dump.c
@@ -2020,7 +2020,7 @@ process_k5beta6_record(fname, kcontext, filep, verbose, linenop)
}
static int
-process_k5beta7_policy(fname, kcontext, filep, verbose, linenop, pol_db)
+process_k5beta7_policy(fname, kcontext, filep, verbose, linenop)
char *fname;
krb5_context kcontext;
FILE *filep;