]> git.ipfire.org Git - thirdparty/sarg.git/commit
Don't abort if a host name cannot be resolved into an IP address
authorFrederic Marchal <fmarchal@users.sourceforge.net>
Thu, 5 Nov 2015 20:25:23 +0000 (21:25 +0100)
committerFrederic Marchal <fmarchal@users.sourceforge.net>
Thu, 5 Nov 2015 20:25:23 +0000 (21:25 +0100)
commit563609cca18d31e264adeb674fe133347f0aa725
treeba578aff4f390ae35b6d04c4515c99636c77e5db
parent08ed96f04a1b358e64f49f3e65c542ad4cb0952f
Don't abort if a host name cannot be resolved into an IP address

Finding the IP address of a host is not that critical. If it can't be
resolved, keep generating the report.

If the host name cannot be resolved into an IP address, an error message is
printed on stderr.
ip2name.c