diff options
Diffstat (limited to 'source3/winbindd')
-rw-r--r-- | source3/winbindd/winbindd_dual.c | 2 |
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: " |