summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2009-02-18 16:00:34 -0800
committerKarolin Seeger <kseeger@samba.org>2009-02-19 10:24:13 +0100
commitf348edd0f77cca91d5c02482cf1dab79f2c1b500 (patch)
treecd3c7954066f9d32a41b02445126d30f8fdbde39
parentb1e95087c7b154b8028b760c694df7711024cd01 (diff)
downloadsamba-f348edd0f77cca91d5c02482cf1dab79f2c1b500.tar.gz
Gah, typo :-(. Sorry.
(cherry picked from commit 88041d92ae2a619d5b4d4ad010ef7366b5c05c3f)
-rw-r--r--source/libsmb/namequery.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/libsmb/namequery.c b/source/libsmb/namequery.c
index d21941efd22..cf8c20e47f8 100644
--- a/source/libsmb/namequery.c
+++ b/source/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;