Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / security / mit-krb5 / patches / patch-kadmin_dbutil_dump.c
blob42b7f02b1d5ce2ece256f49a582d0fba13c746b8
1 $NetBSD$
3 --- kadmin/dbutil/dump.c.orig 2012-12-21 21:08:47.000000000 +0000
4 +++ kadmin/dbutil/dump.c
5 @@ -1573,6 +1573,7 @@ process_k5beta_record(fname, kcontext, f
6 error++;
8 /* Read the key type */
9 + tmpint1 = 0;
10 if (!error && (fscanf(filep, "\t%d\t", &tmpint1) != 1)) {
11 try2read = read_key_type;
12 error++;
13 @@ -1605,6 +1606,7 @@ process_k5beta_record(fname, kcontext, f
16 /* Read principal attributes */
17 + tmpint3 = 0;
18 if (!error && (fscanf(filep,
19 "\t%u\t%u\t%u\t%u\t%u\t%u\t%u\t%u\t%u\t%u\t",
20 &tmpint1, &dbent->max_life,