mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
added unlink() and rename() support to smbwrapper
(This used to be commit b85d961447
)
This commit is contained in:
@ -4596,7 +4596,7 @@ int unistrcpy(char *dst, char *src)
|
||||
safe string copy into a known length string. maxlength does not
|
||||
include the terminating zero.
|
||||
********************************************************************/
|
||||
char *safe_strcpy(char *dest, char *src, int maxlength)
|
||||
char *safe_strcpy(char *dest,const char *src, int maxlength)
|
||||
{
|
||||
int len;
|
||||
|
||||
|
Reference in New Issue
Block a user