Ignore:
Timestamp:
May 27, 2009, 11:39:15 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 branch to 3.2.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.2.x/source/libsmb/namequery.c

    r232 r233  
    15031503
    15041504        DEBUG(10, ("internal_resolve_name: looking up %s#%x (sitename %s)\n",
    1505                         name, name_type, sitename ? sitename : NULL));
     1505                        name, name_type, sitename ? sitename : "(null)"));
    15061506
    15071507        if (is_ipaddress(name)) {
     
    21422142                        bool ads_only )
    21432143{
    2144         bool ordered;
     2144        bool ordered = false;
    21452145        NTSTATUS status;
    21462146        enum dc_lookup_type lookup_type = DC_NORMAL_LOOKUP;
Note: See TracChangeset for help on using the changeset viewer.