]> git.ipfire.org Git - thirdparty/sarg.git/commit
Don't try to resolve aliased host names when creating the datafile
authorFrederic Marchal <fmarchal@users.sourceforge.net>
Thu, 5 Nov 2015 20:10:38 +0000 (21:10 +0100)
committerFrederic Marchal <fmarchal@users.sourceforge.net>
Thu, 5 Nov 2015 20:10:38 +0000 (21:10 +0100)
commit08ed96f04a1b358e64f49f3e65c542ad4cb0952f
tree4a28b747185d32aa634e8a92284f71cb3e48deec
parent075352778d23d67b9b736cf43a284e190189e047
Don't try to resolve aliased host names when creating the datafile

If a host name has been previously replaced by an alias, there is no point
in trying to convert the host name into an IP address if datafile_url is
set to ip (the default value).
datafile.c