Changeset 14


Ignore:
Timestamp:
Mar 25, 2007, 1:41:25 PM (18 years ago)
Author:
Yuri Dario
Message:

Use also dir name for socket name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/samba-3.0.25pre1/source/lib/util_sock.c

    r1 r14  
    13411341       
    13421342#ifdef __OS2__
    1343         pstr_sprintf(path, "\\socket\\samba\\%s", socket_name);
     1343        pstr_sprintf(path, "\\socket\\samba\\%s\\%s", socket_dir, socket_name);
    13441344#else       
    13451345        pstr_sprintf(path, "%s/%s", socket_dir, socket_name);
Note: See TracChangeset for help on using the changeset viewer.