Ignore:
Timestamp:
Nov 27, 2012, 4:43:17 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated trunk to 3.6.0

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/source4/winbind/wb_utils.c

    r414 r745  
    3232                                 char **domain, char **user)
    3333{
    34         char *p = strchr(domuser, *lp_winbind_separator(lp_ctx));
     34        char *p = strchr(domuser, *lpcfg_winbind_separator(lp_ctx));
    3535
    3636        if (p == NULL) {
    37                 *domain = talloc_strdup(mem_ctx, lp_workgroup(lp_ctx));
     37                *domain = talloc_strdup(mem_ctx, lpcfg_workgroup(lp_ctx));
    3838        } else {
    3939                *domain = talloc_strndup(mem_ctx, domuser,
Note: See TracChangeset for help on using the changeset viewer.