Ignore:
Timestamp:
Jun 11, 2010, 9:53:40 AM (15 years ago)
Author:
Silvan Scherrer
Message:

Samba Server 3.5: fixed the changing logname in nmbd

File:
1 edited

Legend:

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

    r414 r465  
    111111                set_socket_options(nmb_sock,"SO_BROADCAST");
    112112                set_blocking(nmb_sock, false);
    113 
     113bind_bcast = false;      // @todo why does it not work
    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.