Changeset 745 for trunk/server/source4/winbind/wb_utils.c
- Timestamp:
- Nov 27, 2012, 4:43:17 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 581,587,591,594,597,600,615,618,740
- Property svn:mergeinfo changed
-
trunk/server/source4/winbind/wb_utils.c
r414 r745 32 32 char **domain, char **user) 33 33 { 34 char *p = strchr(domuser, *lp _winbind_separator(lp_ctx));34 char *p = strchr(domuser, *lpcfg_winbind_separator(lp_ctx)); 35 35 36 36 if (p == NULL) { 37 *domain = talloc_strdup(mem_ctx, lp _workgroup(lp_ctx));37 *domain = talloc_strdup(mem_ctx, lpcfg_workgroup(lp_ctx)); 38 38 } else { 39 39 *domain = talloc_strndup(mem_ctx, domuser,
Note:
See TracChangeset
for help on using the changeset viewer.