mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
libcli4: Remove an unused variable
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
This commit is contained in:
parent
dd0e4c47e5
commit
064433f265
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user