summaryrefslogtreecommitdiff
path: root/source3/smbwrapper/wrapped.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/smbwrapper/wrapped.c')
-rw-r--r--source3/smbwrapper/wrapped.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbwrapper/wrapped.c b/source3/smbwrapper/wrapped.c
index 222e55a9a2..adf9156baf 100644
--- a/source3/smbwrapper/wrapped.c
+++ b/source3/smbwrapper/wrapped.c
@@ -398,7 +398,7 @@
int stat(char *name, void *st)
{
#if HAVE___XSTAT
- return xstat(name, st);
+ return __xstat(0, name, st);
#else
if (smbw_path(name)) {
return smbw_stat(name, st);