projects
/
awesomized
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
f6c0413
)
Bug 458834: Fixed unintended fallthrough from OPT_ADD
author
Trond Norbye
<trond.norbye@sun.com>
Fri, 23 Oct 2009 07:18:54 +0000
(09:18 +0200)
committer
Trond Norbye
<trond.norbye@sun.com>
Fri, 23 Oct 2009 07:18:54 +0000
(09:18 +0200)
clients/memcp.c
patch
|
blob
|
history
diff --git
a/clients/memcp.c
b/clients/memcp.c
index 716bfefd03482e94c40d8b881260e598c2d55206..dcc142da8456d99a14a4a78f3002296a1c673bae 100644
(file)
--- 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;