diff options
-rw-r--r-- | source3/modules/vfs_scannedonly.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/modules/vfs_scannedonly.c b/source3/modules/vfs_scannedonly.c index c1821bdee8..df1e140f3c 100644 --- a/source3/modules/vfs_scannedonly.c +++ b/source3/modules/vfs_scannedonly.c @@ -382,7 +382,6 @@ static bool scannedonly_allow_access(vfs_handle_struct * handle, TALLOC_CTX *ctx=talloc_tos(); char *cachefile; int retval = -1; - int didloop; DEBUG(SCANNEDONLY_DEBUG, ("smb_fname->base_name=%s, shortname=%s, base_name=%s\n" ,smb_fname->base_name,shortname,base_name)); |