summaryrefslogtreecommitdiff
path: root/source4/ntvfs/ntvfs_dfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/ntvfs/ntvfs_dfs.c')
-rw-r--r--source4/ntvfs/ntvfs_dfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/ntvfs_dfs.c b/source4/ntvfs/ntvfs_dfs.c
index 7acd1f7cbb..afba3ee43e 100644
--- a/source4/ntvfs/ntvfs_dfs.c
+++ b/source4/ntvfs/ntvfs_dfs.c
@@ -92,7 +92,7 @@ struct ntvfs_ops *ntvfs_backend_byname(const char *name, enum ntvfs_type type)
int ntvfs_interface_version(struct ntvfs_critical_sizes *sizes)
{
sizes->sizeof_ntvfs_ops = sizeof(struct ntvfs_ops);
- sizes->sizeof_SMB_OFF_T = sizeof(SMB_OFF_T);
+ sizes->sizeof_off_t = sizeof(off_t);
sizes->sizeof_tcon_context = sizeof(struct tcon_context);
return NTVFS_INTERFACE_VERSION;