]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
rrd_daemon: Fixed the resolved_path argument passed to realpath(). 460/head
authorSebastian Harl <sh@tokkee.org>
Sat, 26 Apr 2014 10:33:10 +0000 (12:33 +0200)
committerSebastian Harl <sh@tokkee.org>
Sat, 26 Apr 2014 10:33:10 +0000 (12:33 +0200)
commitfca4e6870b3c3759265b8ee44726a0c85ed74c31
tree7314dfe41e0ee312e514aecc22f0ef4d5d9aea2b
parent18aee1571fbed37898b7cbae4903754999762e1f
rrd_daemon: Fixed the resolved_path argument passed to realpath().

The function expects a character pointer, not a pointer to an array of
character pointers.
src/rrd_daemon.c