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

Update 3.2 to 3.2.14 (final)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.2.x/source/winbindd/winbindd_util.c

    r232 r335  
    11031103                        fstrcpy(domain, lp_workgroup());
    11041104                } else if ((p = strchr(domuser, '@')) != NULL) {
    1105                         fstrcpy(domain, "");                   
     1105                        fstrcpy(domain, p + 1);
     1106                        user[PTR_DIFF(p, domuser)] = 0;
    11061107                } else {
    11071108                        return False;
Note: See TracChangeset for help on using the changeset viewer.