X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=program%2Fsrc%2Frrd_first.c;h=ba1cac5207715f275e3096077763ebcb5b262fda;hb=19f6fee5efa0293c156402847a76675cdcda7b25;hp=52e35d1c2a5976c070795acf19c2206955f15a8d;hpb=dee82258810dde77bf0ae11c516feeb5585605a7;p=rrdtool-all.git diff --git a/program/src/rrd_first.c b/program/src/rrd_first.c index 52e35d1c..ba1cac52 100644 --- a/program/src/rrd_first.c +++ b/program/src/rrd_first.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.3 Copyright by Tobi Oetiker, 1997-2005 + * RRDtool 1.2.11 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)