Changeset 264 for branches/samba-3.3.x/source/smbd/service.c
- Timestamp:
- Jun 12, 2009, 6:09:19 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/smbd/service.c
r222 r264 156 156 #else 157 157 /* Assume OS/2 users are smart enough to put a correct path in smb.conf, and simply copy the string */ 158 safe_strcpy(destname, connectpath, sizeof(connectpath) );158 safe_strcpy(destname, connectpath, sizeof(connectpath)-1); 159 159 #endif 160 160
Note:
See TracChangeset
for help on using the changeset viewer.