diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-04-29 17:59:12 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-04-29 17:59:12 +0200 |
commit | 5782397d77cd243c1174c98051158febe3a21641 (patch) | |
tree | 861884ab0072eb6a65f800dc552b69022219dc9a /package/heimdal/patches/patch-kdc_kdc-replay_c | |
parent | aa2345af436cfb40dff27df88cbd4a5fb79d477a (diff) |
update to latest upstream
Diffstat (limited to 'package/heimdal/patches/patch-kdc_kdc-replay_c')
-rw-r--r-- | package/heimdal/patches/patch-kdc_kdc-replay_c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/package/heimdal/patches/patch-kdc_kdc-replay_c b/package/heimdal/patches/patch-kdc_kdc-replay_c deleted file mode 100644 index 504e4962f..000000000 --- a/package/heimdal/patches/patch-kdc_kdc-replay_c +++ /dev/null @@ -1,18 +0,0 @@ ---- heimdal-1.4.orig/kdc/kdc-replay.c 2010-09-13 09:23:34.000000000 +0200 -+++ heimdal-1.4/kdc/kdc-replay.c 2011-01-12 14:08:08.048658301 +0100 -@@ -86,6 +86,7 @@ main(int argc, char **argv) - if (ret) - krb5_err(context, 1, ret, "krb5_kdc_set_dbinfo"); - -+#ifdef PKINIT - if (config->enable_pkinit) { - if (config->pkinit_kdc_identity == NULL) - krb5_errx(context, 1, "pkinit enabled but no identity"); -@@ -100,6 +101,7 @@ main(int argc, char **argv) - config->pkinit_kdc_revoke); - - } -+#endif - - if (argc != 2) - errx(1, "argc != 2"); |