components/krb5/patches/014-init_ccache.patch
changeset 6978 14cbeb78966a
parent 6599 1d033832c5e7
equal deleted inserted replaced
6977:d12ba5c9b5db 6978:14cbeb78966a
     4 # and retries credentials copy.
     4 # and retries credentials copy.
     5 # This was required for SunSSH credential delegation code.
     5 # This was required for SunSSH credential delegation code.
     6 # We will try to push the patch upstream.
     6 # We will try to push the patch upstream.
     7 # Patch source: in-house
     7 # Patch source: in-house
     8 #
     8 #
     9 diff --git a/src/lib/gssapi/krb5/store_cred.c b/src/lib/gssapi/krb5/store_cred.c
       
    10 --- a/src/lib/gssapi/krb5/store_cred.c
     9 --- a/src/lib/gssapi/krb5/store_cred.c
    11 +++ b/src/lib/gssapi/krb5/store_cred.c
    10 +++ b/src/lib/gssapi/krb5/store_cred.c
    12 @@ -143,6 +143,16 @@ copy_initiator_creds(OM_uint32 *minor_status,
    11 @@ -143,6 +143,16 @@ copy_initiator_creds(OM_uint32 *minor_status,
    13      }
    12      }
    14  
    13