return false -> return -1
This commit is contained in:
		| @@ -89,7 +89,7 @@ namespace ix | ||||
|             { | ||||
|                 closeSocket(fd); | ||||
|                 errMsg = "Cancelled"; | ||||
|                 return false; | ||||
|                 return -1; | ||||
|             } | ||||
|  | ||||
|             select(fd + 1, nullptr, &wfds, &efds, &timeout); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user