removed unused variable
authorAndrew Tridgell <tridge@samba.org>
Tue, 6 Oct 1998 03:20:56 +0000 (03:20 +0000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 6 Oct 1998 03:20:56 +0000 (03:20 +0000)
source/smbwrapper/wrapped.c

index a6a73346936f3535fd9ab94436c2f29b551b36fc..bda0ed1abe1b301f7119611379e8783aea769f71 100644 (file)
 #ifdef real_opendir
  DIR *opendir(const char *name)
 {
-       DIR *ret;
        if (smbw_path(name)) {
                return smbw_opendir(name);
        }