summaryrefslogtreecommitdiffstats
path: root/source3/modules/vfs_scannedonly.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/modules/vfs_scannedonly.c')
-rw-r--r--source3/modules/vfs_scannedonly.c1
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));