From 4fe1c0cd139ec96b98a3507a754d0a0dc30356d3 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Thu, 8 Jan 2004 19:56:40 +0000 Subject: fix a seg fault caused by abartlet's last checkin; there's no way this could have been tested against an NT4 DC (This used to be commit 8e8a351cabb502f1a93b219fec064fb4eb094856) --- source3/nsswitch/winbindd_cm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/nsswitch/winbindd_cm.c b/source3/nsswitch/winbindd_cm.c index 53c91c01c7..44fc06fe54 100644 --- a/source3/nsswitch/winbindd_cm.c +++ b/source3/nsswitch/winbindd_cm.c @@ -419,7 +419,7 @@ void set_dc_type_and_flags( struct winbindd_domain *domain ) NTSTATUS result; struct winbindd_cm_conn conn; DS_DOMINFO_CTR ctr; - TALLOC_CTX *mem_ctx; + TALLOC_CTX *mem_ctx = NULL; ZERO_STRUCT( conn ); ZERO_STRUCT( ctr ); -- cgit