From: Ken Raeburn Date: Wed, 6 Aug 2008 17:33:31 +0000 (+0000) Subject: Oops. Really delete the extra argument this time X-Git-Tag: krb5-1.7-alpha1~522 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5bfda276e4a92a0dad9767b823d898b3efd68b5c;p=krb5.git Oops. Really delete the extra argument this time git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20622 dc483132-0cff-0310-8789-dd5450dbe970 --- 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;