diff options
Diffstat (limited to 'source3/smbwrapper')
-rw-r--r-- | source3/smbwrapper/wrapped.c | 1 |
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); } |