mirror of
https://github.com/samba-team/samba.git
synced 2025-02-05 21:57:51 +03:00
Missing conn parameter missed in vfs rewrite.
Jeremy. (This used to be commit 4eecc63be5bd11590972ee4f446b7a80d46a713b)
This commit is contained in:
parent
33170cc6fb
commit
4d968ed35d
@ -216,7 +216,7 @@ BOOL is_msdfs_link(connection_struct* conn, char* path)
|
||||
|
||||
strlower(path);
|
||||
|
||||
if(conn->vfs_ops.lstat(dos_to_unix(path,False),&st) != 0)
|
||||
if(conn->vfs_ops.lstat(conn,dos_to_unix(path,False),&st) != 0)
|
||||
{
|
||||
DEBUG(5,("is_msdfs_link: %s does not exist.\n",path));
|
||||
return False;
|
||||
|
Loading…
x
Reference in New Issue
Block a user