[rrd-users] Bug in rrd libs

Chris Picton chrisp at tangent.co.za
Thu Oct 31 11:27:26 MET 2002


Hi

I have the following program:
---
#include <stdio.h>
#include <rrd.h>

void main() {
	char* cmd[6] = {"create", "filename2", "--step", "60",
"DS:in:ABSOLUTE:60:0:U", "RRA:AVERAGE:0:1:4"};
	rrd_create(6, cmd);
	char* cmd2[6] = {"create", "filename3", "--step", "60",
"DS:in:ABSOLUTE:60:0:U", "RRA:AVERAGE:0:1:4"};
	rrd_create(6, cmd2);
}
---

I expect it to create 2 rrd's ('filename2' and 'filename3')

I get 2 rrd's ('filename2' and '60')

I am using version 1.0.38

Is this a known bug fixed in a newer version?

Regards
-- 
Chris Picton <chrisp at tangent.co.za>
Tangent Systems

______________________________________

--
Unsubscribe mailto:rrd-users-request at list.ee.ethz.ch?subject=unsubscribe
Help        mailto:rrd-users-request at list.ee.ethz.ch?subject=help
Archive     http://www.ee.ethz.ch/~slist/rrd-users
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi



More information about the rrd-users mailing list