Show
Ignore:
Timestamp:
07/11/08 01:13:42 (5 months ago)
Author:
psmedley
Message:

Update branch to 3.0.31 release

Files:
1 modified

Legend:

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

    r124 r140  
    512512        SAFE_FREE(unparsed_name); 
    513513 
     514        if (princ) { 
     515                krb5_free_principal(context, princ); 
     516        } 
     517 
    514518        if (context) { 
    515519                krb5_free_context(context);