X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd_first.c;h=f1646d33a426378f2dfa4317a58edacbf270fc89;hb=aa4d951ab71eb7fe57840c3baaddf36809806aef;hp=6dfd0a5083141e0c8239a6620d5088129e02d647;hpb=31f6e9071af7d014dac71d42d61594016832868c;p=rrdtool.git diff --git a/src/rrd_first.c b/src/rrd_first.c index 6dfd0a5..f1646d3 100644 --- a/src/rrd_first.c +++ b/src/rrd_first.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.2 Copyright by Tobi Oetiker, 1997-2005 + * RRDtool 1.2.10 Copyright by Tobi Oetiker, 1997-2005 ***************************************************************************** * rrd_first Return ***************************************************************************** @@ -24,7 +24,6 @@ rrd_first(int argc, char **argv) }; int option_index = 0; int opt; - optind = 0; opterr = 0; /* initialize getopt */ opt = getopt_long(argc, argv, "", long_options, &option_index); if(opt == EOF)