Author: jra Date: 2005-08-30 06:45:33 +0000 (Tue, 30 Aug 2005) New Revision: 9782
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9782 Log: I now know I'll be using the same struct as the server for this. Jeremy. Modified: branches/tmp/RPCREWRITE/source/include/client.h Changeset: Modified: branches/tmp/RPCREWRITE/source/include/client.h =================================================================== --- branches/tmp/RPCREWRITE/source/include/client.h 2005-08-30 06:44:45 UTC (rev 9781) +++ branches/tmp/RPCREWRITE/source/include/client.h 2005-08-30 06:45:33 UTC (rev 9782) @@ -67,12 +67,6 @@ void (*cli_auth_data_free_func)(struct cli_pipe_auth_data *); }; -struct pipe_netlogon_creds { - unsigned char nl_sess_key[16]; - DOM_CRED nl_clnt_cred; /* Client credential. */ - uint32 neg_flags; -}; - struct rpc_pipe_client { struct rpc_pipe_client *prev, *next; @@ -93,7 +87,7 @@ struct cli_pipe_auth_data auth; /* The following is only non-null on a netlogon pipe. */ - struct pipe_netlogon_creds *netlog_creds; + struct dcinfo *netlog_creds; }; struct cli_state {
