summaryrefslogtreecommitdiff
path: root/src/machine/machine.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-07-10 23:33:17 +0200
committerLennart Poettering <lennart@poettering.net>2013-07-10 23:41:03 +0200
commitf2d4f98d5873e0649b79b04b967fc9625ab3a350 (patch)
tree4ebab662c956a1f7783f174260db5a6e07ee4370 /src/machine/machine.c
parent6797c324a653f119a3d7133122648aaa4878ddd6 (diff)
logind: when creating the scope job fails, return this immediately to the client that wants to register the session
Otherwise we'll hanging for the job to finish without any job existing. Similar, for machined.
Diffstat (limited to 'src/machine/machine.c')
-rw-r--r--src/machine/machine.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/machine/machine.c b/src/machine/machine.c
index d75c338189..591a656f1e 100644
--- a/src/machine/machine.c
+++ b/src/machine/machine.c
@@ -247,6 +247,7 @@ static int machine_start_scope(Machine *m) {
dbus_error_free(&error);
free(scope);
+ return r;
} else {
m->scope = scope;