diff options
author | Volker Lendecke <vl@samba.org> | 2013-10-13 12:20:29 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2013-10-13 17:58:23 +0200 |
commit | 064433f265d2215389f2a377b6e8243318669b65 (patch) | |
tree | 6eb68c894ec8a3262f8073c5b7add2e4d43453bd /source4/libcli/smb2/transport.c | |
parent | dd0e4c47e5004aaceb5ad64115cfe039edb3fe8b (diff) | |
download | samba-064433f265d2215389f2a377b6e8243318669b65.tar.gz samba-064433f265d2215389f2a377b6e8243318669b65.tar.bz2 samba-064433f265d2215389f2a377b6e8243318669b65.zip |
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
Diffstat (limited to 'source4/libcli/smb2/transport.c')
-rw-r--r-- | source4/libcli/smb2/transport.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/libcli/smb2/transport.c b/source4/libcli/smb2/transport.c index b4a6c943dd..9b0c1461fd 100644 --- a/source4/libcli/smb2/transport.c +++ b/source4/libcli/smb2/transport.c @@ -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; |