mirror of
				https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
				synced 2025-10-30 18:17:50 +00:00 
			
		
		
		
	remove extraneous catch
This commit is contained in:
		| @@ -76,10 +76,6 @@ int ICMPSocketImpl::receiveFrom(void*, int, SocketAddress& address, int flags) | ||||
| 	{ | ||||
| 		throw; | ||||
| 	} | ||||
| 	catch (TimeoutException&) | ||||
| 	{ | ||||
| 		throw; | ||||
| 	} | ||||
| 	catch (Exception&) | ||||
| 	{ | ||||
| 		std::string err = _icmpPacket.errorDescription(buffer.begin(), maxPacketSize); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Alex Fabijanic
					Alex Fabijanic