diff options
Diffstat (limited to 'source3/nsswitch')
-rw-r--r-- | source3/nsswitch/winbindd_cm.c | 2 |
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 ); |