diff options
author | Jeremy Allison <jra@samba.org> | 2011-10-14 14:02:39 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2011-10-15 00:38:28 +0200 |
commit | e02f9510d039242ac012658aa67e235c68d45fe1 (patch) | |
tree | 957a31be44ee083a457cff00bc7809e9b4cb7b82 | |
parent | 7c663731bad107277a2b13616e70eea8cc681d1c (diff) | |
download | samba-e02f9510d039242ac012658aa67e235c68d45fe1.tar.gz samba-e02f9510d039242ac012658aa67e235c68d45fe1.tar.bz2 samba-e02f9510d039242ac012658aa67e235c68d45fe1.zip |
Removed unused variable.
Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Sat Oct 15 00:38:28 CEST 2011 on sn-devel-104
-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)); |