summaryrefslogtreecommitdiffstats
path: root/source/include
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@samba.org>1999-01-26 07:29:34 +0000
committerRichard Sharpe <sharpe@samba.org>1999-01-26 07:29:34 +0000
commitb419cc931af7c631423e13c8e524dab4193600db (patch)
tree5f0616e5e77a911f9d98d90db4158ed3ec8ee760 /source/include
parentfdad5f565c41db840e9e2af7e5ea81b42263963b (diff)
downloadsamba-b419cc931af7c631423e13c8e524dab4193600db.tar.gz
samba-b419cc931af7c631423e13c8e524dab4193600db.tar.xz
samba-b419cc931af7c631423e13c8e524dab4193600db.zip
Making the -p functionality in smbclient work again!
Added a function cli_set_port to clientgen.c
Diffstat (limited to 'source/include')
-rw-r--r--source/include/client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/client.h b/source/include/client.h
index 458c50d87ba..f5226e32e8e 100644
--- a/source/include/client.h
+++ b/source/include/client.h
@@ -72,6 +72,7 @@ struct pwd_info
};
struct cli_state {
+ int port;
int fd;
uint16 cnum;
uint16 pid;