diff options
author | Richard Sharpe <sharpe@samba.org> | 1999-01-25 01:46:14 +0000 |
---|---|---|
committer | Richard Sharpe <sharpe@samba.org> | 1999-01-25 01:46:14 +0000 |
commit | f5f913b001ab66c2266e3325f8c91af2486116a2 (patch) | |
tree | b9e85ff9d4828317cfecf8dbe30a8d4ccdc52288 /source3/include | |
parent | 444dc51920f648458b6fd6bee1a7309cecb87ad1 (diff) | |
download | samba-f5f913b001ab66c2266e3325f8c91af2486116a2.tar.gz samba-f5f913b001ab66c2266e3325f8c91af2486116a2.tar.bz2 samba-f5f913b001ab66c2266e3325f8c91af2486116a2.zip |
Putting back the -p flag in smbclient.
However, it seems that the -s flag
in smbclient is also ignored :-(
(This used to be commit f6c78192664d611d4663ed7459a2789315861eec)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/client.h b/source3/include/client.h index 25f8436079..89bcf49248 100644 --- a/source3/include/client.h +++ b/source3/include/client.h @@ -72,6 +72,7 @@ struct pwd_info }; struct cli_state { + int port; int fd; uint16 cnum; uint16 pid; |