diff options
author | Luke Leighton <lkcl@samba.org> | 1998-10-16 20:18:46 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1998-10-16 20:18:46 +0000 |
commit | 3637ad5f2b0e5716aceaada0eed47f926c95520f (patch) | |
tree | 61cd0a07680f2307a2ab039344d881ffe362436a /source3/smbd/password.c | |
parent | 5cb99177aff3522427d520d5f5159989f6d72265 (diff) | |
download | samba-3637ad5f2b0e5716aceaada0eed47f926c95520f.tar.gz samba-3637ad5f2b0e5716aceaada0eed47f926c95520f.tar.bz2 samba-3637ad5f2b0e5716aceaada0eed47f926c95520f.zip |
cli_nt_session_open() encrypt arg removed
(This used to be commit 63def717992695ed4a4933c2605abe26086fb8c7)
Diffstat (limited to 'source3/smbd/password.c')
-rw-r--r-- | source3/smbd/password.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/password.c b/source3/smbd/password.c index 3ab963bfa8..ac8210abf8 100644 --- a/source3/smbd/password.c +++ b/source3/smbd/password.c @@ -1313,7 +1313,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,("domain_client_validate: unable to open the domain client session to \ machine %s. Error was : %s.\n", remote_machine, cli_errstr(&cli))); cli_nt_session_close(&cli); |