1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

Interesting C compiler you have there... :-)

This commit is contained in:
Volker Lendecke
2009-02-19 00:51:51 +01:00
parent 8e33960655
commit c5cc27c493

View File

@ -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;