]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
Fix missing double values in rrdinfo.
authorStefan Gluszek <stefang@opera.com>
Tue, 28 May 2019 12:01:46 +0000 (14:01 +0200)
committerTobias Oetiker <tobi@oetiker.ch>
Tue, 28 May 2019 18:08:43 +0000 (21:08 +0300)
commit0c2b4a062d4985906ec939c2f472ace71a5c1ca0
treed219c2f60b8bfea6ad28934be996c114b46ef6af
parent56a83f4f52e6745cd4352f9ee008be3183a6dedf
Fix missing double values in rrdinfo.

The double values of rrd info were never properly converted to the
python dictionary causing some keys (e.g. xff) to be missing.
bindings/python/rrdtoolmodule.c