s3: VFS: Change the function signature for SMB_VFS_READ_DFS_PATHAT() to take a non...
[amitay/samba.git] / source3 / modules / vfs_default.c
index 5047582ce465f22f77194dc9fc5d971377d4402a..f00255914f3e654f0803e3fd9b3dda83e84db050 100644 (file)
@@ -420,7 +420,7 @@ static NTSTATUS vfswrap_create_dfs_pathat(struct vfs_handle_struct *handle,
 static NTSTATUS vfswrap_read_dfs_pathat(struct vfs_handle_struct *handle,
                                TALLOC_CTX *mem_ctx,
                                struct files_struct *dirfsp,
-                               const struct smb_filename *smb_fname,
+                               struct smb_filename *smb_fname,
                                struct referral **ppreflist,
                                size_t *preferral_count)
 {