diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/ntvfs/posix/vfs_posix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/posix/vfs_posix.c b/source4/ntvfs/posix/vfs_posix.c index 90b6f9248d..cfbb892d9c 100644 --- a/source4/ntvfs/posix/vfs_posix.c +++ b/source4/ntvfs/posix/vfs_posix.c @@ -48,7 +48,7 @@ static NTSTATUS pvfs_connect(struct smbsrv_request *req, const char *sharename) /* disconnect from a share */ -static NTSTATUS pvfs_disconnect(struct tcon_context *tcon) +static NTSTATUS pvfs_disconnect(struct smbsrv_tcon *tcon) { return NT_STATUS_OK; } |