summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2004-01-08 19:56:40 +0000
committerGerald Carter <jerry@samba.org>2004-01-08 19:56:40 +0000
commit4fe1c0cd139ec96b98a3507a754d0a0dc30356d3 (patch)
tree5f30144580f1a0319ed0f5519808a2858dfa002d
parentc35ff0e32899895a2442f4fa1d770d075037cd62 (diff)
downloadsamba-4fe1c0cd139ec96b98a3507a754d0a0dc30356d3.tar.gz
samba-4fe1c0cd139ec96b98a3507a754d0a0dc30356d3.tar.bz2
samba-4fe1c0cd139ec96b98a3507a754d0a0dc30356d3.zip
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)
-rw-r--r--source3/nsswitch/winbindd_cm.c2
1 files changed, 1 insertions, 1 deletions
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 );