Changeset 233 for branches/samba-3.2.x/source/nmbd
- Timestamp:
- May 27, 2009, 11:39:15 AM (16 years ago)
- 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 129 129 work->dmb_name = nmbname; 130 130 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. */ 132 133 nip = first_ipv4_iface(); 133 134 if (!nip) { -
branches/samba-3.2.x/source/nmbd/nmbd_elections.c
r133 r233 131 131 const char *workgroup_name = lp_workgroup(); 132 132 133 if (!lastrun)134 lastrun = t;135 136 133 if (t < (lastrun + (CHECK_TIME_MST_BROWSE * 60))) 137 134 return; -
branches/samba-3.2.x/source/nmbd/nmbd_subnetdb.c
r204 r233 288 288 289 289 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. */ 291 292 const struct in_addr *nip = first_ipv4_iface(); 292 293
Note:
See TracChangeset
for help on using the changeset viewer.