Date: Wed, 29 Apr 1998 06:18:47 +0000 (GMT) From: Luke Kenneth Casson Leighton <lkcl@regent.push.net> To: Samba NT Domains Mailing List <samba-technical@samba.anu.edu.au>, Jeremy Allison <jallison@whistle.com> Subject: domain_client_validate
jeremy,
your modification to cli_nt_session_open() was to hide the fnum in the
struct cli_state (which i'm not keen on). however, you then do
cli_close(&cli, cli.nt_pipe_fnum) which is inconsistent with the hiding in
cli_nt_session_open().
this is more of a crime :-) can you put it one way or the other!
lukes