Ignore:
Timestamp:
Jul 3, 2008, 11:23:12 AM (17 years ago)
Author:
Paul Smedley
Message:

Update source to 3.2.0 GA level

Location:
trunk/samba/source/libads
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/samba/source/libads/dns.c

    r136 r138  
    797797
    798798        if (!gencache_init()) {
    799                 return False;
     799                return NULL;
    800800        }
    801801
  • trunk/samba/source/libads/ldap.c

    r137 r138  
    320320        status = get_sorted_dc_list(realm, sitename, &ip_list, &count, got_realm);
    321321        if (!NT_STATUS_IS_OK(status)) {
    322                 SAFE_FREE(ip_list);
    323322                /* fall back to netbios if we can */
    324323                if ( got_realm && !lp_disable_netbios() ) {
Note: See TracChangeset for help on using the changeset viewer.