diff options
author | Jeremy Allison <jra@samba.org> | 2001-02-25 00:24:54 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2001-02-25 00:24:54 +0000 |
commit | f93bb0801ccd66a6a3709ad98afb3758ffd0c1d4 (patch) | |
tree | c0413e3f95270041843d95f836a86bd791a7f063 /source3/include/rpc_client_proto.h | |
parent | 3699948e97bc2a8d108bb4343d382b4c9ead5533 (diff) | |
download | samba-f93bb0801ccd66a6a3709ad98afb3758ffd0c1d4.tar.gz samba-f93bb0801ccd66a6a3709ad98afb3758ffd0c1d4.tar.xz samba-f93bb0801ccd66a6a3709ad98afb3758ffd0c1d4.zip |
rpc_client/cli_netlogon.c: Fixed incorrect printf.
Added Solaris ACL support.
Jeremy.
(This used to be commit f0d11b6997cc46a0210adef8cf572cf8b7e2467a)
Diffstat (limited to 'source3/include/rpc_client_proto.h')
-rw-r--r-- | source3/include/rpc_client_proto.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/include/rpc_client_proto.h b/source3/include/rpc_client_proto.h index 3b94c37d59..210a352cf4 100644 --- a/source3/include/rpc_client_proto.h +++ b/source3/include/rpc_client_proto.h @@ -70,8 +70,7 @@ BOOL cli_net_auth2(struct cli_state *cli, uint16 sec_chan, uint32 neg_flags, DOM_CHAL *srv_chal); BOOL cli_net_req_chal(struct cli_state *cli, DOM_CHAL *clnt_chal, DOM_CHAL *srv_chal); BOOL cli_net_srv_pwset(struct cli_state *cli, uint8 hashed_mach_pwd[16]); -BOOL cli_net_sam_logon(struct cli_state *cli, NET_ID_INFO_CTR *ctr, - NET_USER_INFO_3 *user_info3); +BOOL cli_net_sam_logon(struct cli_state *cli, NET_ID_INFO_CTR *ctr, NET_USER_INFO_3 *user_info3); BOOL cli_net_sam_logoff(struct cli_state *cli, NET_ID_INFO_CTR *ctr); BOOL change_trust_account_password( char *domain, char *remote_machine_list); |