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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/smbwrapper/wrapped.c b/source3/smbwrapper/wrapped.c
index a6a7334693..bda0ed1abe 100644
--- a/source3/smbwrapper/wrapped.c
+++ b/source3/smbwrapper/wrapped.c
@@ -719,7 +719,6 @@
#ifdef real_opendir
DIR *opendir(const char *name)
{
- DIR *ret;
if (smbw_path(name)) {
return smbw_opendir(name);
}