From 872f9c4f91731f122cfb2efc9e5a2d391408e916 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 5 Oct 2009 22:14:06 +0200 Subject: Revert "s3: Attempt to fix machine password change" This reverts commit 20a8ea91e10af167067cc794a251265aaf489e75. Ooops, this should not have been committed. --- source3/winbindd/winbindd_cm.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/winbindd/winbindd_cm.c') diff --git a/source3/winbindd/winbindd_cm.c b/source3/winbindd/winbindd_cm.c index 029a0210d1..9a788397a9 100644 --- a/source3/winbindd/winbindd_cm.c +++ b/source3/winbindd/winbindd_cm.c @@ -2470,8 +2470,6 @@ NTSTATUS cm_connect_netlogon(struct winbindd_domain *domain, return !NT_STATUS_IS_OK(result) ? result : NT_STATUS_PIPE_NOT_AVAILABLE; } - conn->netlogon_pipe->auth_neg_flags = neg_flags; - /* * Try NetSamLogonEx for AD domains */ -- cgit