By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 2439
Collapse All | Expand All

(-)a/src/watools.cpp (+2 lines)
Lines 192-197 int WATools::availableNetworks( const char* _ifname ) //returns a list of availa Link Here
192
		i++;
192
		i++;
193
	} while (scan = scan->next);
193
	} while (scan = scan->next);
194
	printf( "WATools: Networks found: %i\n", i );
194
	printf( "WATools: Networks found: %i\n", i );
195
	
196
	return i;
195
}
197
}
196
198
197
199

Return to bug 2439