Changeset 223 for branches/samba-3.3.x/source/libads/kerberos.c
- Timestamp:
- May 24, 2009, 7:51:24 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/libads/kerberos.c
r206 r223 542 542 out: 543 543 544 if (princ) {545 krb5_free_principal(ctx, princ);546 }547 if (cc) {548 krb5_cc_close(ctx, cc);549 }550 544 if (ctx) { 545 if (princ) { 546 krb5_free_principal(ctx, princ); 547 } 548 if (cc) { 549 krb5_cc_close(ctx, cc); 550 } 551 551 krb5_free_context(ctx); 552 552 }
Note:
See TracChangeset
for help on using the changeset viewer.