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)
commit484fd7168e776f1af747b65fa0da8a43571f5c9a
treee1193e303eba31740a460a77147d2741336041b5
parentefd1e552c995d417113ab843edbc9f2974eeb20d
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/program@1928 a5681a0c-68f1-0310-ab6d-d61299d08faa
src/rrd_client.c