Code

rrd_client: Do not rewrite path names when accessing remote daemons.
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Sun, 4 Oct 2009 11:35:02 +0000 (11:35 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Sun, 4 Oct 2009 11:35:02 +0000 (11:35 +0000)
commit4753eef576b613f59cc7342bdc9cebdb8bda3c4a
tree67fe4555330619cf08e211e5ba1bc84c40a58e90
parent2abca1658f7558d5ddcae03c2fb779dbb9ca5eb3
rrd_client: Do not rewrite path names when accessing remote daemons.

When talking to a local daemon (thru a UNIX socket), relative path names are
resolved to absolute path names to allow for transparent integration into
existing solutions (as requested by Tobi).

However, when talking to a remote daemon, absolute path names are not allowed,
since path name translation is done by the server (relative to the base
directory). -- Sebastian Harl

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