Found by metze with the clobber-region check - if it's a pstring, use pstrcpy().
[samba.git] / source / libsmb / clifile.c
index 8e84963c09475d182d98b3d6db5ffc25b49ad40b..d86f36405ddaea9e084f67c11695877fda7065a9 100644 (file)
@@ -948,7 +948,7 @@ BOOL cli_chkpath(struct cli_state *cli, const char *path)
        pstring path2;
        char *p;
        
-       safe_strcpy(path2,path,sizeof(pstring));
+       pstrcpy(path2,path);
        trim_string(path2,NULL,"\\");
        if (!*path2) *path2 = '\\';