Ignore:
Timestamp:
Sep 24, 2009, 9:15:13 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 to 3.2.14 (final)

Location:
branches/samba-3.2.x/source/lib
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.2.x/source/lib/netapi/joindomain.c

    r136 r335  
    210210        u->in.domain_name = domain;
    211211        u->in.unjoin_flags = r->in.unjoin_flags;
     212        u->in.delete_machine_account = false;
    212213        u->in.modify_config = true;
    213214        u->in.debug = true;
  • branches/samba-3.2.x/source/lib/smbldap.c

    r228 r335  
    13491349        }
    13501350
    1351         DEBUG(3,("smbldap_search_paged: search was successfull\n"));
     1351        DEBUG(3,("smbldap_search_paged: search was successful\n"));
    13521352
    13531353        rc = ldap_parse_result(ldap_state->ldap_struct, *res, NULL, NULL,
  • branches/samba-3.2.x/source/lib/util.c

    r247 r335  
    27032703                }
    27042704                if (name) {
    2705                         *name = "";
     2705                        *name = dir;
    27062706                }
    27072707                return True;
Note: See TracChangeset for help on using the changeset viewer.