fix a seg fault caused by abartlet's last checkin; there's no way this could have...
authorGerald Carter <jerry@samba.org>
Thu, 8 Jan 2004 19:56:40 +0000 (19:56 +0000)
committerGerald Carter <jerry@samba.org>
Thu, 8 Jan 2004 19:56:40 +0000 (19:56 +0000)
(This used to be commit 8e8a351cabb502f1a93b219fec064fb4eb094856)

source3/nsswitch/winbindd_cm.c

index 53c91c01c7bdcbb01ebc3e4d67442a04a8ba04f4..44fc06fe544da6d55212e2db6ffc090604bf1183 100644 (file)
@@ -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 );