Changeset 138 for trunk/samba/source/libads
- Timestamp:
- Jul 3, 2008, 11:23:12 AM (17 years ago)
- Location:
- trunk/samba/source/libads
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/samba/source/libads/dns.c
r136 r138 797 797 798 798 if (!gencache_init()) { 799 return False;799 return NULL; 800 800 } 801 801 -
trunk/samba/source/libads/ldap.c
r137 r138 320 320 status = get_sorted_dc_list(realm, sitename, &ip_list, &count, got_realm); 321 321 if (!NT_STATUS_IS_OK(status)) { 322 SAFE_FREE(ip_list);323 322 /* fall back to netbios if we can */ 324 323 if ( got_realm && !lp_disable_netbios() ) {
Note:
See TracChangeset
for help on using the changeset viewer.