From 2c3e4bdadfea9fb29f83e0be9a9cf9a239f3a081 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 4 Oct 2005 01:35:22 +0000 Subject: r10704: don't try to free the netlogon pipe twice (This used to be commit 2c3a9f04db5d61305f4eca8b44e33c2dd15a6dc4) --- source4/winbind/wb_samba3_cmd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source4/winbind/wb_samba3_cmd.c b/source4/winbind/wb_samba3_cmd.c index d0c38d607e..60ad4eb164 100644 --- a/source4/winbind/wb_samba3_cmd.c +++ b/source4/winbind/wb_samba3_cmd.c @@ -103,6 +103,7 @@ NTSTATUS wbsrv_samba3_check_machacc(struct wbsrv_samba3_call *s3call) if (service->netlogon != NULL) { talloc_free(service->netlogon); + service->netlogon = NULL; } state = talloc(s3call, struct check_machacc_state); -- cgit