Changeset 454 for trunk/server/source3/smbd/service.c
- Timestamp:
- Jun 4, 2010, 3:11:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/source3/smbd/service.c
r429 r454 68 68 d = destname; 69 69 70 #ifndef __OS2__ 70 71 *d++ = '/'; /* Always start with root. */ 71 72 … … 159 160 *(d-1) = '\0'; 160 161 } 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 161 166 162 167 DEBUG(10,("set_conn_connectpath: service %s, connectpath = %s\n",
Note:
See TracChangeset
for help on using the changeset viewer.