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

Update 3.2 branch to 3.2.9

Location:
branches/samba-3.2.x/source/nmbd
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.2.x/source/nmbd/nmbd_become_dmb.c

    r133 r233  
    129129                work->dmb_name = nmbname;
    130130
    131                 /* Pick the first interface IPv4 address as the domain master browser ip. */
     131                /* Pick the first interface IPv4 address as the domain master
     132                 * browser ip. */
    132133                nip = first_ipv4_iface();
    133134                if (!nip) {
  • branches/samba-3.2.x/source/nmbd/nmbd_elections.c

    r133 r233  
    131131        const char *workgroup_name = lp_workgroup();
    132132
    133         if (!lastrun)
    134                 lastrun = t;
    135 
    136133        if (t < (lastrun + (CHECK_TIME_MST_BROWSE * 60)))
    137134                return;
  • branches/samba-3.2.x/source/nmbd/nmbd_subnetdb.c

    r204 r233  
    288288
    289289        if (lp_we_are_a_wins_server()) {
    290                 /* Pick the first interface IPv4 address as the WINS server ip. */
     290                /* Pick the first interface IPv4 address as the WINS server
     291                 * ip. */
    291292                const struct in_addr *nip = first_ipv4_iface();
    292293
Note: See TracChangeset for help on using the changeset viewer.