X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=src%2Frrd_first.c;h=9414b0a6010f242038e9ed729fa562a30ef84aaf;hp=8468a99544164982359613c858f1909f7f036cba;hb=600a55915eee335b4771cdcf5ee5737d9b55fcd4;hpb=9b54930dbbfe127febcd165e79f6019f822ec802 diff --git a/src/rrd_first.c b/src/rrd_first.c index 8468a99..9414b0a 100644 --- a/src/rrd_first.c +++ b/src/rrd_first.c @@ -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)