Code

rrd_client, rrd_daemon: Do not require hostnames to contain a dot.
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Sun, 4 Oct 2009 11:37:25 +0000 (11:37 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Sun, 4 Oct 2009 11:37:25 +0000 (11:37 +0000)
commit2bf160a90e146af51f0cd3df6b6c3038a876287e
tree77a01f91415840be4d3a30bad827e12adb9c854a
parent0378d30e4a6f1a097f1285947f15dc7eb06294de
rrd_client, rrd_daemon: Do not require hostnames to contain a dot.
Non-FQDN (e.g. "localhost") are now supported as well. Anything that does not
start with '[' should be (and is now) treated as <name>[:<port>]. -- Sebastian Harl

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@1930 a5681a0c-68f1-0310-ab6d-d61299d08faa
program/src/rrd_client.c
program/src/rrd_daemon.c