Ignore:
Timestamp:
Jul 11, 2008, 1:13:42 AM (17 years ago)
Author:
Paul Smedley
Message:

Update branch to 3.0.31 release

Location:
branches/samba-3.0/source/libads
Files:
2 edited

Legend:

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

    r134 r140  
    689689       
    690690        if (!gencache_init()) {
    691                 return False;
     691                return NULL;
    692692        }
    693693
  • 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);
Note: See TracChangeset for help on using the changeset viewer.