Ignore:
Timestamp:
Jun 4, 2010, 3:11:43 PM (15 years ago)
Author:
Silvan Scherrer
Message:

Samba Server 3.5: merged changes from 3.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/source3/smbd/service.c

    r429 r454  
    6868        d = destname;
    6969
     70#ifndef __OS2__
    7071        *d++ = '/'; /* Always start with root. */
    7172
     
    159160                *(d-1) = '\0';
    160161        }
     162#else
     163        /* Assume OS/2 users are smart enough to put a correct path in smb.conf, and simply copy the string */
     164        safe_strcpy(destname, connectpath, strlen(connectpath));
     165#endif 
    161166
    162167        DEBUG(10,("set_conn_connectpath: service %s, connectpath = %s\n",
Note: See TracChangeset for help on using the changeset viewer.