diff options
author | Richard Sharpe <sharpe@samba.org> | 1999-01-26 07:29:34 +0000 |
---|---|---|
committer | Richard Sharpe <sharpe@samba.org> | 1999-01-26 07:29:34 +0000 |
commit | b419cc931af7c631423e13c8e524dab4193600db (patch) | |
tree | 5f0616e5e77a911f9d98d90db4158ed3ec8ee760 /source/include | |
parent | fdad5f565c41db840e9e2af7e5ea81b42263963b (diff) | |
download | samba-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.h | 1 |
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; |