X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd_first.c;h=7eabf367f86ae001f8ce507b86e8e2e8fb75eced;hb=a9e69acbc184063dcc0eda6a250ee1b7ae1cbb47;hp=e6e66180d085457c389d99186754d5a12eb291e9;hpb=5a7eb5b62b485b61ddb80a40ef22f4337cf2289f;p=rrdtool.git diff --git a/src/rrd_first.c b/src/rrd_first.c index e6e6618..7eabf36 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.13 Copyright by Tobi Oetiker, 1997-2006 ***************************************************************************** * 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)