X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Frun%2Frun.c;h=b183e4e616ac3ff07f90e619846938dcfdcd8965;hb=de33fc625725d199629ed074d6278504deb23deb;hp=05bfc61beb4b34df24e7816b365567af5ec164ba;hpb=0254e9448f3c645758ed63618a3bbb13c242f5e7;p=elogind.git diff --git a/src/run/run.c b/src/run/run.c index 05bfc61be..b183e4e61 100644 --- a/src/run/run.c +++ b/src/run/run.c @@ -214,7 +214,7 @@ static int parse_argv(int argc, char *argv[]) { break; case 'M': - arg_transport = BUS_TRANSPORT_CONTAINER; + arg_transport = BUS_TRANSPORT_MACHINE; arg_host = optarg; break; @@ -679,7 +679,7 @@ static int start_transient_service( if (r < 0) return log_error_errno(r, "Failed to determine tty name: %m"); - } else if (arg_transport == BUS_TRANSPORT_CONTAINER) { + } else if (arg_transport == BUS_TRANSPORT_MACHINE) { _cleanup_bus_unref_ sd_bus *system_bus = NULL; _cleanup_bus_message_unref_ sd_bus_message *reply = NULL; const char *s;