summaryrefslogtreecommitdiffstats
path: root/commands/crc.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/crc.c')
-rw-r--r--commands/crc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/commands/crc.c b/commands/crc.c
index 7ac69c60f9..d828bc987c 100644
--- a/commands/crc.c
+++ b/commands/crc.c
@@ -38,8 +38,6 @@ static int do_crc (cmd_tbl_t *cmdtp, int argc, char *argv[])
char *buf;
int fd, opt, err = 0, filegiven = 0, verify = 0, now;
- getopt_reset();
-
while((opt = getopt(argc, argv, "f:v:")) > 0) {
switch(opt) {
case 'f':