Changeset 264
- Timestamp:
- 06/12/2009 18:09:19 (14 months ago)
- Files:
-
- 1 modified
-
branches/samba-3.3.x/source/smbd/service.c (modified) (1 diff)
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
