summaryrefslogtreecommitdiffstats
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
commit8e8a351cabb502f1a93b219fec064fb4eb094856 (patch)
tree4176015fd007ee9f6439b2eff18f3e9c83700f7a
parenta5cf5701e25e93e4e837f7cdc30a8603d289e4a9 (diff)
downloadsamba-8e8a351cabb502f1a93b219fec064fb4eb094856.tar.gz
samba-8e8a351cabb502f1a93b219fec064fb4eb094856.tar.xz
samba-8e8a351cabb502f1a93b219fec064fb4eb094856.zip
fix a seg fault caused by abartlet's last checkin; there's no way this could have been tested against an NT4 DC
-rw-r--r--source/nsswitch/winbindd_cm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/nsswitch/winbindd_cm.c b/source/nsswitch/winbindd_cm.c
index 53c91c01c7b..44fc06fe544 100644
--- a/source/nsswitch/winbindd_cm.c
+++ b/source/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 );