libcli4: Remove an unused variable
authorVolker Lendecke <vl@samba.org>
Sun, 13 Oct 2013 10:20:29 +0000 (12:20 +0200)
committerStefan Metzmacher <metze@samba.org>
Sun, 13 Oct 2013 15:58:23 +0000 (17:58 +0200)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Sun Oct 13 17:58:23 CEST 2013 on sn-devel-104

source4/libcli/smb2/transport.c

index b4a6c943dd19f5b9fdb2ea193f9f3761512ab31c..9b0c1461fd9a8649d1e8302c1202eb3bd411731c 100644 (file)
@@ -48,7 +48,6 @@ struct smb2_transport *smb2_transport_init(struct smbcli_socket *sock,
                                           struct smbcli_options *options)
 {
        struct smb2_transport *transport;
-       uint32_t smb2_capabilities = 0;
 
        transport = talloc_zero(parent_ctx, struct smb2_transport);
        if (!transport) return NULL;