Bug 458834: Fixed unintended fallthrough from OPT_ADD
authorTrond Norbye <trond.norbye@sun.com>
Fri, 23 Oct 2009 07:18:54 +0000 (09:18 +0200)
committerTrond Norbye <trond.norbye@sun.com>
Fri, 23 Oct 2009 07:18:54 +0000 (09:18 +0200)
clients/memcp.c

index 716bfefd03482e94c40d8b881260e598c2d55206..dcc142da8456d99a14a4a78f3002296a1c673bae 100644 (file)
@@ -222,6 +222,7 @@ void options_parse(int argc, char *argv[])
       break;
     case OPT_ADD:
       opt_method= OPT_ADD;
+      break;
     case OPT_HASH:
       opt_hash= strdup(optarg);
       break;