X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Frrd_fetch.c;h=54c21cc1c5eeb60d94ce44084076725795fdcf30;hb=40e24f739f18323de1ab5c8a5e0310c8205b8547;hp=6618c4b0a046c2e78ac06d3859bae185cdd24ccc;hpb=f8b321ed9be936455166a5e9297199e84b048526;p=rrdtool.git diff --git a/src/rrd_fetch.c b/src/rrd_fetch.c index 6618c4b..54c21cc 100644 --- a/src/rrd_fetch.c +++ b/src/rrd_fetch.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2rc7 Copyright by Tobi Oetiker, 1997-2005 + * RRDtool 1.2.1 Copyright by Tobi Oetiker, 1997-2005 ***************************************************************************** * rrd_fetch.c read date from an rrd to use for further processing ***************************************************************************** @@ -75,6 +75,7 @@ rrd_fetch(int argc, struct rrd_time_value start_tv, end_tv; char *parsetime_error = NULL; + optind = 0; opterr = 0; /* initialize getopt */ /* init start and end time */ parsetime("end-24h", &start_tv);