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)
commit8ac2f607800738c25e8cae61adc81edd0f9a9e45
treea27615b5a9db20ddf7d4e08c192e7e2a1f421766
parent6f5e93c0c08c5ed796d8d079f0eba2d16c6a4bdb
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/program@1930 a5681a0c-68f1-0310-ab6d-d61299d08faa
src/rrd_client.c
src/rrd_daemon.c