Changeset 233 for branches/samba-3.2.x/source/libads/kerberos.c
- Timestamp:
- May 27, 2009, 11:39:15 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/source/libads/kerberos.c
r228 r233 536 536 out: 537 537 538 if (princ) {539 krb5_free_principal(ctx, princ);540 }541 if (cc) {542 krb5_cc_close(ctx, cc);543 }544 538 if (ctx) { 539 if (princ) { 540 krb5_free_principal(ctx, princ); 541 } 542 if (cc) { 543 krb5_cc_close(ctx, cc); 544 } 545 545 krb5_free_context(ctx); 546 546 }
Note:
See TracChangeset
for help on using the changeset viewer.