projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2275dc
)
homectl: add missing break
author
Lennart Poettering
<lennart@poettering.net>
Fri, 17 Feb 2023 21:24:10 +0000
(22:24 +0100)
committer
Lennart Poettering
<lennart@poettering.net>
Tue, 21 Feb 2023 12:35:12 +0000
(13:35 +0100)
src/home/homectl.c
patch
|
blob
|
history
diff --git
a/src/home/homectl.c
b/src/home/homectl.c
index fd71e98eef6dab4d5bc9face0508dc17b9eeb680..cd24b5e9a52f3659a9b120bf4d93b1a03453f2f5 100644
(file)
--- a/
src/home/homectl.c
+++ b/
src/home/homectl.c
@@
-3638,6
+3638,7
@@
static int parse_argv(int argc, char *argv[]) {
r = drop_from_identity("rebalanceWeight");
if (r < 0)
return r;
+ break;
}
if (streq(optarg, "off"))
@@
-3720,6
+3721,7
@@
static int parse_argv(int argc, char *argv[]) {
r = drop_from_identity("dropCaches");
if (r < 0)
return r;
+ break;
}
r = parse_boolean_argument("--drop-caches=", optarg, &drop_caches);