diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-10-06 03:20:56 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-10-06 03:20:56 +0000 |
commit | 3d21f0359590050145fd877a7ec3efc56975d3bd (patch) | |
tree | 2a1b83ab613de32e98cdfe1225337cda2faaffa4 /source3/smbwrapper | |
parent | 6a60602036105df68ba2756235058f64c42caa92 (diff) | |
download | samba-3d21f0359590050145fd877a7ec3efc56975d3bd.tar.gz samba-3d21f0359590050145fd877a7ec3efc56975d3bd.tar.bz2 samba-3d21f0359590050145fd877a7ec3efc56975d3bd.zip |
removed unused variable
(This used to be commit b923bb2aae8aa13e8f6bd41d2f06dc016b559269)
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); } |