summaryrefslogtreecommitdiff
path: root/source3/winbindd
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-11-19 17:56:46 +0100
committerVolker Lendecke <vl@samba.org>2009-11-19 19:04:38 +0100
commitd4312e776b70e63554dd31ec7da242dfcc62c137 (patch)
tree2b946c989ead3af44592b108a2fba17122114edc /source3/winbindd
parent557535302c260a2f6102411d7d884eb0f83696c7 (diff)
downloadsamba-d4312e776b70e63554dd31ec7da242dfcc62c137.tar.gz
samba-d4312e776b70e63554dd31ec7da242dfcc62c137.tar.bz2
samba-d4312e776b70e63554dd31ec7da242dfcc62c137.zip
s3: Do not kill the whole smb session if a machine pwchange failed
Diffstat (limited to 'source3/winbindd')
-rw-r--r--source3/winbindd/winbindd_dual.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd_dual.c b/source3/winbindd/winbindd_dual.c
index a832451e08..07a49e0e08 100644
--- a/source3/winbindd/winbindd_dual.c
+++ b/source3/winbindd/winbindd_dual.c
@@ -1106,7 +1106,7 @@ static void machine_password_change_handler(struct event_context *ctx,
"password was changed and we didn't know it. "
"Killing connections to domain %s\n",
child->domain->name));
- invalidate_cm_connection(&child->domain->conn);
+ TALLOC_FREE(child->domain->conn.netlogon_pipe);
}
} else {
DEBUG(10,("machine_password_change_handler: "