diff options
author | nectar <nectar@FreeBSD.org> | 2001-06-24 01:26:27 +0000 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2001-06-24 01:26:27 +0000 |
commit | 2502f29555ba69663ee54c0cfd32e363d2d3855f (patch) | |
tree | c383df1755bdc0d642f17e3986c954760ed4c700 | |
parent | 54aa497c0ba2dbd7342b1b8907a295de09ea35db (diff) | |
download | FreeBSD-ports-2502f29555ba69663ee54c0cfd32e363d2d3855f.zip FreeBSD-ports-2502f29555ba69663ee54c0cfd32e363d2d3855f.tar.gz |
Remove patch that has been incorporated into 0.3f. By a quirk of
fate, it applied cleanly anyway, with harmless effect (two NULL
assignments instead of one).
Noticed by: assar
-rw-r--r-- | security/heimdal/files/patch-cq | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/security/heimdal/files/patch-cq b/security/heimdal/files/patch-cq deleted file mode 100644 index c15e718..0000000 --- a/security/heimdal/files/patch-cq +++ /dev/null @@ -1,10 +0,0 @@ ---- lib/krb5/rd_cred.c.orig Tue Apr 17 16:03:58 2001 -+++ lib/krb5/rd_cred.c Tue Apr 17 16:05:16 2001 -@@ -50,6 +50,7 @@ - krb5_crypto crypto; - int i; - -+ *ret_creds = NULL; - ret = decode_KRB_CRED(in_data->data, in_data->length, - &cred, &len); - if(ret) |