From 3396a1d97850bb705ead64857c22b60a855ccd5a Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Fri, 23 Jun 2000 00:09:21 +0000 Subject: just enough to get rpcclient to compile. Look for #if 0 blocks around a few unimplemented functions. Also had to add cli_reg.c to Makefile.in --jerry (This used to be commit 426c43fb5167b042682c22e67871e5ebadb4b769) --- source3/rpcclient/cmd_netlogon.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/rpcclient/cmd_netlogon.c') diff --git a/source3/rpcclient/cmd_netlogon.c b/source3/rpcclient/cmd_netlogon.c index d00bb41b88..93be5f5652 100644 --- a/source3/rpcclient/cmd_netlogon.c +++ b/source3/rpcclient/cmd_netlogon.c @@ -93,6 +93,7 @@ void cmd_netlogon_login_test(struct client_info *info) res = res ? cli_nt_setup_creds(smb_cli, trust_passwd) : False; +#if 0 /* change the machine password? */ if (global_machine_password_needs_changing) { @@ -108,6 +109,7 @@ void cmd_netlogon_login_test(struct client_info *info) memset(new_trust_passwd, 0, 16); } +#endif memset(trust_passwd, 0, 16); -- cgit