From: Volker Lendecke Date: Thu, 19 Nov 2009 16:56:46 +0000 (+0100) Subject: s3: Do not kill the whole smb session if a machine pwchange failed X-Git-Tag: tdb-1.2.0~26 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d4312e776b70e63554dd31ec7da242dfcc62c137;p=thirdparty%2Fsamba.git s3: Do not kill the whole smb session if a machine pwchange failed --- diff --git a/source3/winbindd/winbindd_dual.c b/source3/winbindd/winbindd_dual.c index a832451e084..07a49e0e088 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: "