Ignore:
Timestamp:
Feb 11, 2010, 11:43:35 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Workaround for Ticket #126 as suggested by the Samba people

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/smbd/sesssetup.c

    r165 r406  
    7272        p += srvstr_push(outbuf, p, "Unix", BUFFER_SIZE - (p - outbuf), STR_TERMINATE);
    7373#else
    74         p += srvstr_push(outbuf, p, "OS/2-eComStation", BUFFER_SIZE - (p - outbuf), STR_TERMINATE);
     74        p += srvstr_push(outbuf, p, "eCS (OS/2)", BUFFER_SIZE - (p - outbuf), STR_TERMINATE);
    7575#endif
    7676        p += srvstr_push(outbuf, p, lanman, BUFFER_SIZE - (p - outbuf), STR_TERMINATE);
Note: See TracChangeset for help on using the changeset viewer.