Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 523950
Collapse All | Expand All

(-)a/tools/nut-scanner/nut-scanner.c (-2 / +1 lines)
Lines 443-449 display_help: Link Here
443
	if( allow_xml && nutscan_avail_xml_http ) {
443
	if( allow_xml && nutscan_avail_xml_http ) {
444
		pthread_join(thread[TYPE_XML],NULL);
444
		pthread_join(thread[TYPE_XML],NULL);
445
	}
445
	}
446
	if( allow_oldnut && nutscan_avail_nut ) {
446
	if( allow_oldnut && nutscan_avail_nut && start_ip ) {
447
		pthread_join(thread[TYPE_NUT],NULL);
447
		pthread_join(thread[TYPE_NUT],NULL);
448
	}
448
	}
449
	if( allow_avahi && nutscan_avail_avahi ) {
449
	if( allow_avahi && nutscan_avail_avahi ) {
450
- 

Return to bug 523950