Changeset 158 for branches/samba-3.0/source/nmbd/nmbd.c
- Timestamp:
- Sep 30, 2008, 7:14:08 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/nmbd/nmbd.c
r134 r158 249 249 BlockSignals(false, SIGTERM); 250 250 251 while (iface_count () == 0 && !got_sig_term) {251 while (iface_count_nl() == 0 && !got_sig_term) { 252 252 sleep(5); 253 253 load_interfaces();
Note:
See TracChangeset
for help on using the changeset viewer.