diff options
author | Volker Lendecke <vl@samba.org> | 2009-02-19 00:51:51 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-02-19 00:52:34 +0100 |
commit | c5cc27c493a16dec7d8ce91f5ae370daed778097 (patch) | |
tree | 6f2dfeaad9ab9d25006760e8028b083421ee07a8 | |
parent | 8e33960655999cd52d3f11070ff15c9866404694 (diff) | |
download | samba-c5cc27c493a16dec7d8ce91f5ae370daed778097.tar.gz samba-c5cc27c493a16dec7d8ce91f5ae370daed778097.tar.bz2 samba-c5cc27c493a16dec7d8ce91f5ae370daed778097.zip |
Interesting C compiler you have there... :-)
-rw-r--r-- | source3/libsmb/namequery.c | 2 |
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; |