Changeset 264

Show
Ignore:
Timestamp:
06/12/2009 18:09:19 (14 months ago)
Author:
herwigb
Message:

RPC/IPC$ fix (by diver) in 3.3 branch

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/source/smbd/service.c

    r222 r264  
    156156#else 
    157157        /* 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); 
    159159#endif   
    160160