mirror of
				https://github.com/gnif/LookingGlass.git
				synced 2025-10-31 04:31:57 +00:00 
			
		
		
		
	[c-host] dont use a interface that fails to create
This commit is contained in:
		| @@ -164,8 +164,12 @@ int app_main(bool * termSignal) | ||||
|   { | ||||
|     iface = CaptureInterfaces[i]; | ||||
|     DEBUG_INFO("Trying           : %s", iface->getName()); | ||||
|  | ||||
|     if (!iface->create()) | ||||
|     { | ||||
|       iface = NULL; | ||||
|       continue; | ||||
|     } | ||||
|  | ||||
|     if (iface->init()) | ||||
|       break; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Geoffrey McRae
					Geoffrey McRae