summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 24a688e)
raw | patch | inline | side by side (parent: 24a688e)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Wed, 1 Aug 2007 15:28:03 +0000 (15:28 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Wed, 1 Aug 2007 15:28:03 +0000 (15:28 +0000) |
src/rrd_xport.c | patch | blob | history |
diff --git a/src/rrd_xport.c b/src/rrd_xport.c
index a063c87766413744ed9fd5291ce3fa646a172b0b..52e79d45707db34b0f35be987a36be5c0ba17029 100644 (file)
--- a/src/rrd_xport.c
+++ b/src/rrd_xport.c
unsigned long nof_xports = 0;
unsigned long xport_counter = 0;
- unsigned long *ref_list;
+ int *ref_list;
rrd_value_t **srcptr_list;
char **legend_list;
int ii = 0;
break;
}
}
-
if (nof_xports == 0) {
rrd_set_error("no XPORT found, nothing to do");
return -1;