]> git.ipfire.org Git - thirdparty/samba.git/commit
ok. this is where it gets interesting. client states are now maintained
authorLuke Leighton <lkcl@samba.org>
Tue, 30 Nov 1999 00:08:39 +0000 (00:08 +0000)
committerLuke Leighton <lkcl@samba.org>
Tue, 30 Nov 1999 00:08:39 +0000 (00:08 +0000)
commit4ced9734c0e979da9f01332aacd48e20106da30f
tree0da35db0bc3270f96360ebd1c4d5b22b954514fe
parenta43bdadce998bc5465c55b6cf1d5579cb56f1956
ok.  this is where it gets interesting.  client states are now maintained
by cli_net_use_add() and cli_net_use_del().  MSRPC connections are
established with cli_connection_init(), and automatically unlinked with
cli_connection_unlink.  client states are _reused_ by cli_connection_init.
(This used to be commit 0fcd8ce0967169362bd126a28aa309401abdf17d)
source3/rpc_client/cli_connect.c