mirror of
https://github.com/systemd/systemd.git
synced 2025-03-29 06:50:16 +03:00
vmspawn: suppress unnecessary '-'
This commit is contained in:
parent
8b18350503
commit
b71855b331
@ -675,7 +675,6 @@ static int run_virtual_machine(void) {
|
||||
_exit(EXIT_FAILURE);
|
||||
}
|
||||
|
||||
|
||||
int exit_status = INT_MAX;
|
||||
if (use_vsock) {
|
||||
r = setup_notify_parent(event, vsock_fd, &exit_status, ¬ify_event_source);
|
||||
@ -713,7 +712,7 @@ static int determine_names(void) {
|
||||
int r;
|
||||
|
||||
if (!arg_image)
|
||||
return log_error_errno(SYNTHETIC_ERRNO(-EINVAL), "Missing required argument -i/--image=, quitting");
|
||||
return log_error_errno(SYNTHETIC_ERRNO(EINVAL), "Missing required argument -i/--image=, quitting");
|
||||
|
||||
if (!arg_machine) {
|
||||
char *e;
|
||||
|
Loading…
x
Reference in New Issue
Block a user