X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Frrd_first.c;h=1de63eae29869acea36bf722bdd4ec84167455fe;hb=ac2cd917b8b2c9a76824285c3d01050665d6b5c7;hp=e6e66180d085457c389d99186754d5a12eb291e9;hpb=5a7eb5b62b485b61ddb80a40ef22f4337cf2289f;p=rrdtool.git diff --git a/src/rrd_first.c b/src/rrd_first.c index e6e6618..1de63ea 100644 --- a/src/rrd_first.c +++ b/src/rrd_first.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.5 Copyright by Tobi Oetiker, 1997-2005 + * RRDtool 1.2.12 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)