diff options
author | Jeremy Allison <jra@samba.org> | 1998-04-21 02:23:24 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 1998-04-21 02:23:24 +0000 |
commit | 2dee1ed38867504d067d593c62734ecff0eca77c (patch) | |
tree | bbcb60b9be39fc12a09f65b8d0735c3f93cf0d7c /source3/include | |
parent | 2beb8f3cb5437cb2b214c9be0c919c1b3988a857 (diff) | |
download | samba-2dee1ed38867504d067d593c62734ecff0eca77c.tar.gz samba-2dee1ed38867504d067d593c62734ecff0eca77c.tar.bz2 samba-2dee1ed38867504d067d593c62734ecff0eca77c.zip |
clientgen.c: Added cli_ulogoff() call.
password.c: Added call to cli_ulogoff on successfull sessionsetup.
Jeremy.
(This used to be commit 77882f002b2a8203aad419e485fc885303d999a0)
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 433e833c31..da1293fa69 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -65,6 +65,7 @@ BOOL cli_session_setup(struct cli_state *cli, char *pass, int passlen, char *ntpass, int ntpasslen, char *workgroup); +BOOL cli_ulogoff(struct cli_state *cli); BOOL cli_send_tconX(struct cli_state *cli, char *share, char *dev, char *pass, int passlen); BOOL cli_tdis(struct cli_state *cli); |