summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/msdfs/msdfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/msdfs/msdfs.c b/source3/msdfs/msdfs.c
index 0101b9e066..999ffa78b7 100644
--- a/source3/msdfs/msdfs.c
+++ b/source3/msdfs/msdfs.c
@@ -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;