summaryrefslogtreecommitdiff
path: root/source4/ntvfs
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mdw@samba.org>2011-06-11 15:22:34 +0200
committerMatthias Dieter Wallnöfer <mdw@samba.org>2011-06-11 16:26:13 +0200
commit62a1e13b294d26f44d764810344ead5b58b8eb53 (patch)
tree1dcaf58a95070e8363bebd16d54726e013e8b827 /source4/ntvfs
parentcda2fa21eb007b57960ab8a7eb9ddd996887e5bf (diff)
downloadsamba-62a1e13b294d26f44d764810344ead5b58b8eb53.tar.gz
samba-62a1e13b294d26f44d764810344ead5b58b8eb53.tar.bz2
samba-62a1e13b294d26f44d764810344ead5b58b8eb53.zip
s4:ntvfs/smb2/vfs_smb2.c - remove unused variable
Reviewed-by: Jelmer
Diffstat (limited to 'source4/ntvfs')
-rw-r--r--source4/ntvfs/smb2/vfs_smb2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/ntvfs/smb2/vfs_smb2.c b/source4/ntvfs/smb2/vfs_smb2.c
index 24f0c33b1d..889c534dd0 100644
--- a/source4/ntvfs/smb2/vfs_smb2.c
+++ b/source4/ntvfs/smb2/vfs_smb2.c
@@ -162,7 +162,6 @@ static NTSTATUS cvfs_connect(struct ntvfs_module_context *ntvfs,
NTSTATUS status;
struct cvfs_private *p;
const char *host, *user, *pass, *domain, *remote_share, *sharename;
- struct composite_context *creq;
struct share_config *scfg = ntvfs->ctx->config;
struct smb2_tree *tree;
struct cli_credentials *credentials;