﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2253	Ping returns success with no connection	vacko	trancexx	"If you boot your OS with LAN cable '''unplugged''' and use ping function

{{{
$result = Ping(""8.8.8.8"", 1000)
MsgBox(262144,'Result','Return Value is: ' & $result & @lf & @lf & '@error code is: ' & @error )
}}}

return value will be 1 and @error will be 0
but corect return value should be 0 and @error should be 4 (or 1).
I think this is not correct.

I duplicated this issue under Windows 7, WinPE 3.0, WinPE 4.0"	Bug	closed	3.3.9.5	AutoIt	3.3.8.1	None	Fixed	Ping	
