Ignore:
Timestamp:
May 27, 2009, 11:39:15 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 branch to 3.2.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.2.x/source/libads/kerberos.c

    r228 r233  
    536536  out:
    537537
    538         if (princ) {
    539                 krb5_free_principal(ctx, princ);
    540         }
    541         if (cc) {
    542                 krb5_cc_close(ctx, cc);
    543         }
    544538        if (ctx) {
     539                if (princ) {
     540                        krb5_free_principal(ctx, princ);
     541                }
     542                if (cc) {
     543                        krb5_cc_close(ctx, cc);
     544                }
    545545                krb5_free_context(ctx);
    546546        }
Note: See TracChangeset for help on using the changeset viewer.