Ignore:
Timestamp:
May 20, 2009, 6:46:53 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 branch to 3.2.4

File:
1 edited

Legend:

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

    r133 r204  
    294294                BlockSignals(false, SIGTERM);
    295295
    296                 /* We only count IPv4 interfaces here. */
    297                 while (iface_count_v4() == 0 && !got_sig_term) {
     296                /* We only count IPv4, non-loopback interfaces here. */
     297                while (iface_count_v4_nl() == 0 && !got_sig_term) {
    298298                        sleep(5);
    299299                        load_interfaces();
Note: See TracChangeset for help on using the changeset viewer.