Changeset 58


Ignore:
Timestamp:
Aug 8, 2007, 3:23:33 AM (18 years ago)
Author:
Paul Smedley
Message:

Report OS name = OS/2-eComStation - fixes ticket #23

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/samba/source/smbd/sesssetup.c

    r26 r58  
    6969        fstr_sprintf( lanman, "Samba %s", SAMBA_VERSION_STRING);
    7070
     71#ifndef __OS2__
    7172        p += srvstr_push(outbuf, p, "Unix", -1, STR_TERMINATE);
     73#else
     74        p += srvstr_push(outbuf, p, "OS/2-eComStation", -1, STR_TERMINATE);
     75#endif
    7276        p += srvstr_push(outbuf, p, lanman, -1, STR_TERMINATE);
    7377        p += srvstr_push(outbuf, p, lp_workgroup(), -1, STR_TERMINATE);
Note: See TracChangeset for help on using the changeset viewer.