From d432c7e27866c4b3f53bb4c2b2e8cc9bf48b9e3d Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 20 May 2011 08:36:46 +0200 Subject: [PATCH] s3: Remove unused cli_setup_packet() Autobuild-User: Volker Lendecke Autobuild-Date: Fri May 20 10:51:36 CEST 2011 on sn-devel-104 --- source3/libsmb/clientgen.c | 5 ----- source3/libsmb/proto.h | 1 - 2 files changed, 6 deletions(-) diff --git a/source3/libsmb/clientgen.c b/source3/libsmb/clientgen.c index ec0965fc880..5a1ac82d3c0 100644 --- a/source3/libsmb/clientgen.c +++ b/source3/libsmb/clientgen.c @@ -417,11 +417,6 @@ void cli_setup_packet_buf(struct cli_state *cli, char *buf) SSVAL(buf,smb_flg2, flags2); } -void cli_setup_packet(struct cli_state *cli) -{ - cli_setup_packet_buf(cli, cli->outbuf); -} - /**************************************************************************** Setup the bcc length of the packet from a pointer to the end of the data. ****************************************************************************/ diff --git a/source3/libsmb/proto.h b/source3/libsmb/proto.h index 4ac767cd227..03f3ed946bb 100644 --- a/source3/libsmb/proto.h +++ b/source3/libsmb/proto.h @@ -157,7 +157,6 @@ bool cli_state_seqnum_remove(struct cli_state *cli, bool cli_receive_smb(struct cli_state *cli); bool cli_send_smb(struct cli_state *cli); void cli_setup_packet_buf(struct cli_state *cli, char *buf); -void cli_setup_packet(struct cli_state *cli); void cli_setup_bcc(struct cli_state *cli, void *p); NTSTATUS cli_set_domain(struct cli_state *cli, const char *domain); NTSTATUS cli_set_username(struct cli_state *cli, const char *username); -- 2.11.4.GIT