Changeset 281
- Timestamp:
 - Jun 23, 2009, 4:15:50 PM (16 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  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
r274 r281 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)-1);158 safe_strcpy(destname, connectpath, strlen(connectpath)); 159 159 #endif 160 160  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  