From a2d32c216ffe24d068e55bd037dd46a96e859085 Mon Sep 17 00:00:00 2001 From: Trond Norbye Date: Fri, 23 Oct 2009 09:18:54 +0200 Subject: [PATCH] Bug 458834: Fixed unintended fallthrough from OPT_ADD --- clients/memcp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/clients/memcp.c b/clients/memcp.c index 716bfefd..dcc142da 100644 --- a/clients/memcp.c +++ b/clients/memcp.c @@ -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; -- 2.30.2