Ignore:
Timestamp:
Oct 30, 2009, 9:39:05 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.3 to 3.3.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/source/libsmb/dsgetdcname.c

    r223 r342  
    627627                struct ip_service_name *r = &dclist[count];
    628628
    629                 r->port = dcs[count].port;
    630                 r->hostname = dcs[count].hostname;
     629                r->port = dcs[i].port;
     630                r->hostname = dcs[i].hostname;
    631631
    632632                /* If we don't have an IP list for a name, lookup it up */
Note: See TracChangeset for help on using the changeset viewer.