1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00

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
This commit is contained in:
Jacques Vidrine 2001-06-24 01:26:27 +00:00
parent b0e5241574
commit 2ee1cf0270
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44373

View File

@ -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)