From: Tobias Oetiker Date: Sat, 11 Jun 2005 05:15:37 +0000 (+0000) Subject: re-innitializing sort of defeats the purpose X-Git-Tag: 1.2.10~22 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=06bce2ee4c476abc73e5e83eab84309b0dddd296;p=thirdparty%2Frrdtool-1.x.git re-innitializing sort of defeats the purpose git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@620 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/src/rrd_first.c b/src/rrd_first.c index 8468a995..9414b0a6 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)