summaryrefslogtreecommitdiff
path: root/source3/include/client.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-07-11 16:37:25 +0200
committerStefan Metzmacher <metze@samba.org>2011-07-11 16:39:15 +0200
commit2b70c0f4f39d2ab7e678e91bc57a2e5980dbc816 (patch)
treea5a1b08b2c7c80801c5d85639b0cd646c5dce62d /source3/include/client.h
parent893d137f3f426e7b91542cc50b6c1ef8d69643f0 (diff)
downloadsamba-2b70c0f4f39d2ab7e678e91bc57a2e5980dbc816.tar.gz
samba-2b70c0f4f39d2ab7e678e91bc57a2e5980dbc816.tar.bz2
samba-2b70c0f4f39d2ab7e678e91bc57a2e5980dbc816.zip
s3:libsmb: remove unused cli_set_port()
metze
Diffstat (limited to 'source3/include/client.h')
-rw-r--r--source3/include/client.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/client.h b/source3/include/client.h
index b01136be37..eada792403 100644
--- a/source3/include/client.h
+++ b/source3/include/client.h
@@ -51,7 +51,6 @@ struct cli_state {
* A list of subsidiary connections for DFS.
*/
struct cli_state *prev, *next;
- int port;
int fd;
uint16 cnum;
uint16 pid;