diff options
Diffstat (limited to 'source3/rpc_client')
-rw-r--r-- | source3/rpc_client/cli_netlogon.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/source3/rpc_client/cli_netlogon.c b/source3/rpc_client/cli_netlogon.c index ed2f391256..099c81496a 100644 --- a/source3/rpc_client/cli_netlogon.c +++ b/source3/rpc_client/cli_netlogon.c @@ -169,6 +169,12 @@ password ?).\n", cli->desthost )); } } +#if 0 + /* + * Try commenting this out to see if this makes the connect + * work for a NT 3.51 PDC. JRA. + */ + if (ok && r_a.srv_flgs.neg_flags != q_a.clnt_flgs.neg_flags) { /* report different neg_flags */ @@ -176,6 +182,7 @@ password ?).\n", cli->desthost )); q_a.clnt_flgs.neg_flags, r_a.srv_flgs.neg_flags)); ok = False; } +#endif } |