Changeset 733 for branches/samba-3.5.x/source3/libsmb/clikrb5.c
- Timestamp:
- Nov 12, 2012, 5:09:31 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.5.x/source3/libsmb/clikrb5.c
r596 r733 2089 2089 } 2090 2090 2091 ret = krb5_cc_store_cred(context, ccache, creds);2092 if (ret) {2093 goto done;2094 }2095 2096 2091 if (out_creds) { 2097 2092 *out_creds = creds;
Note:
See TracChangeset
for help on using the changeset viewer.