Changeset 466


Ignore:
Timestamp:
Jun 11, 2010, 3:00:39 PM (15 years ago)
Author:
Silvan Scherrer
Message:

Samba Server 3.5: restored nmbd_subnetdb.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/source3/nmbd/nmbd_subnetdb.c

    r465 r466  
    111111                set_socket_options(nmb_sock,"SO_BROADCAST");
    112112                set_blocking(nmb_sock, false);
    113 bind_bcast = false;      // @todo why does it not work
     113
    114114                if (bind_bcast) {
    115115                        nmb_bcast = open_socket_in(SOCK_DGRAM, global_nmb_port,
Note: See TracChangeset for help on using the changeset viewer.