diff options
author | Matthias Dieter Wallnöfer <mdw@samba.org> | 2011-06-11 15:22:34 +0200 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mdw@samba.org> | 2011-06-11 16:26:13 +0200 |
commit | 62a1e13b294d26f44d764810344ead5b58b8eb53 (patch) | |
tree | 1dcaf58a95070e8363bebd16d54726e013e8b827 /source4/ntvfs/smb2 | |
parent | cda2fa21eb007b57960ab8a7eb9ddd996887e5bf (diff) | |
download | samba-62a1e13b294d26f44d764810344ead5b58b8eb53.tar.gz |
s4:ntvfs/smb2/vfs_smb2.c - remove unused variable
Reviewed-by: Jelmer
Diffstat (limited to 'source4/ntvfs/smb2')
-rw-r--r-- | source4/ntvfs/smb2/vfs_smb2.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/ntvfs/smb2/vfs_smb2.c b/source4/ntvfs/smb2/vfs_smb2.c index 24f0c33b1d9..889c534dd0a 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; |