commit | b61bdc9acc1df765eec9b43e6f83846dfb8a70d0 | [log] [tgz] |
---|---|---|
author | H. Peter Anvin <hpa@linux.intel.com> | Wed Apr 06 13:02:13 2016 -0700 |
committer | H. Peter Anvin <hpa@linux.intel.com> | Wed Apr 06 13:02:13 2016 -0700 |
tree | 0df9e7b385f48eaef0ed977681fb0dea4b212889 | |
parent | edb6d3e81a891331d0adea527dc4adbe45db64d4 [diff] |
libupload: use url_set_ip() We already have a core function for setting the IP address of an URL object based on network lookup or the server default. Export and use it instead of open-coding the equivalent logic in upload_tftp.c. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>