Ignore:
Timestamp:
May 24, 2009, 7:51:24 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update Samba 3.3 branch to 3.3.3

File:
1 edited

Legend:

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

    r206 r223  
    542542  out:
    543543
    544         if (princ) {
    545                 krb5_free_principal(ctx, princ);
    546         }
    547         if (cc) {
    548                 krb5_cc_close(ctx, cc);
    549         }
    550544        if (ctx) {
     545                if (princ) {
     546                        krb5_free_principal(ctx, princ);
     547                }
     548                if (cc) {
     549                        krb5_cc_close(ctx, cc);
     550                }
    551551                krb5_free_context(ctx);
    552552        }
Note: See TracChangeset for help on using the changeset viewer.