downloader: abort if DNS failed.

git-svn-id: svn://kolibrios.org@3970 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
hidnplayr 2013-10-03 18:48:13 +00:00
parent 3991fa5a52
commit e7f1cf8360

View File

@ -109,6 +109,10 @@ download:
DEBUGF 1, "Starting download\n"
call parse_url
cmp [server_ip], 0
je error
call open_socket
call send_request