summaryrefslogtreecommitdiff
path: root/source3/libsmb/namequery.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-02-19 00:51:51 +0100
committerVolker Lendecke <vl@samba.org>2009-02-19 00:52:34 +0100
commitc5cc27c493a16dec7d8ce91f5ae370daed778097 (patch)
tree6f2dfeaad9ab9d25006760e8028b083421ee07a8 /source3/libsmb/namequery.c
parent8e33960655999cd52d3f11070ff15c9866404694 (diff)
downloadsamba-c5cc27c493a16dec7d8ce91f5ae370daed778097.tar.gz
samba-c5cc27c493a16dec7d8ce91f5ae370daed778097.tar.bz2
samba-c5cc27c493a16dec7d8ce91f5ae370daed778097.zip
Interesting C compiler you have there... :-)
Diffstat (limited to 'source3/libsmb/namequery.c')
-rw-r--r--source3/libsmb/namequery.c2
1 files changed, 1 insertions, 1 deletions
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;