X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=src%2Frrd_tool.c;h=5eaf10588ae7ddcf1009f48ee23518aeb988ddc6;hp=b16a1942a585ac5b95bbccdcda5da9481c4bd6fb;hb=e3be7f72da32514252efa014a2f35538319d098e;hpb=9f7c295af3d1743b9b9ee2b0e536384c27844473 diff --git a/src/rrd_tool.c b/src/rrd_tool.c index b16a194..5eaf105 100644 --- a/src/rrd_tool.c +++ b/src/rrd_tool.c @@ -803,6 +803,7 @@ int HandleInputLine( } else if (strcmp("graphv", argv[1]) == 0) { info_t *grinfo = NULL; /* 1 to distinguish it from the NULL that rrd_graph sends in */ + if (grinfo = rrd_graph_v(argc - 1, &argv[1])) { info_print(grinfo); info_free(grinfo);