mirror of
https://github.com/samba-team/samba.git
synced 2025-12-14 20:23:54 +03:00
rpc client mods (ntlmssp flags)
This commit is contained in:
@@ -556,7 +556,7 @@ Error was : %s.\n", remote_machine, cli_errstr(&cli) ));
|
||||
* Now start the NT Domain stuff :-).
|
||||
*/
|
||||
|
||||
if(cli_nt_session_open(&cli, PIPE_NETLOGON, False) == False) {
|
||||
if(cli_nt_session_open(&cli, PIPE_NETLOGON) == False) {
|
||||
DEBUG(0,("modify_trust_password: unable to open the domain client session to \
|
||||
machine %s. Error was : %s.\n", remote_machine, cli_errstr(&cli)));
|
||||
cli_nt_session_close(&cli);
|
||||
|
||||
Reference in New Issue
Block a user