From c5cc27c493a16dec7d8ce91f5ae370daed778097 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 19 Feb 2009 00:51:51 +0100 Subject: Interesting C compiler you have there... :-) --- source3/libsmb/namequery.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/libsmb/namequery.c') diff --git a/source3/libsmb/namequery.c b/source3/libsmb/namequery.c index 5a5da68cca..19d89ce363 100644 --- a/source3/libsmb/namequery.c +++ b/source3/libsmb/namequery.c @@ -2141,7 +2141,7 @@ NTSTATUS get_sorted_dc_list( const char *domain, int *count, bool ads_only ) { - bool ordered false; + bool ordered = false; NTSTATUS status; enum dc_lookup_type lookup_type = DC_NORMAL_LOOKUP; -- cgit