mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
homectl: add missing break
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user