s4:ntvfs/smb2/vfs_smb2.c - remove unused variable
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Sat, 11 Jun 2011 13:22:34 +0000 (15:22 +0200)
committerMatthias Dieter Wallnöfer <mdw@samba.org>
Sat, 11 Jun 2011 14:26:13 +0000 (16:26 +0200)
Reviewed-by: Jelmer
source4/ntvfs/smb2/vfs_smb2.c

index 24f0c33b1d9e73e784dc2e9f5ed06a8e37fdf5da..889c534dd0a69764b88ce8e73cf79aaad6a8497e 100644 (file)
@@ -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;