diff options
author | Luke Leighton <lkcl@samba.org> | 1999-08-03 17:21:34 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1999-08-03 17:21:34 +0000 |
commit | 80d714e75b48b6ed75de48ea0ca878736eb9b259 (patch) | |
tree | 0b83298b98d6cc2c39d9dafe3316d16f36e14685 /source3/include | |
parent | 2c146b78f761924d0013a9917562f7bbbfee3ec6 (diff) | |
download | samba-80d714e75b48b6ed75de48ea0ca878736eb9b259.tar.gz samba-80d714e75b48b6ed75de48ea0ca878736eb9b259.tar.bz2 samba-80d714e75b48b6ed75de48ea0ca878736eb9b259.zip |
close socket issues:
- ssl close from cli_reestablish_connection() not called.
- ntlmv2 fall-back to ntlmv1 failed.
(This used to be commit fdc275353de85fde0c348320e4d64ba66365b73b)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 2c7b386ac2..a09aa39ed2 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -689,6 +689,7 @@ BOOL cli_session_request(struct cli_state *cli, struct nmb_name *calling, struct nmb_name *called); BOOL cli_connect(struct cli_state *cli, const char *host, struct in_addr *ip); struct cli_state *cli_initialise(struct cli_state *cli); +void cli_close_socket(struct cli_state *cli); void cli_shutdown(struct cli_state *cli); int cli_error(struct cli_state *cli, uint8 *eclass, uint32 *num); void cli_sockopt(struct cli_state *cli, char *options); |