diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-11-13 18:47:02 +0100 |
---|---|---|
committer | Sven Eden <yamakuzure@gmx.net> | 2017-04-26 12:58:55 +0200 |
commit | 75b4f90262d9c6cfc354f204d9981393daf08f98 (patch) | |
tree | 8cdfb29f6b9334367e853bf336807c40c1161431 /src | |
parent | 03cd001a7cf47d69ecdac32a8d6454ab04ccd458 (diff) |
logind: don't assert if the slice is missing
After all, we don't actually really need the slice to work, it's just
nice to have it.
Diffstat (limited to 'src')
-rw-r--r-- | src/login/logind-session.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/login/logind-session.c b/src/login/logind-session.c index 9cde4cc68..9b6f46b6f 100644 --- a/src/login/logind-session.c +++ b/src/login/logind-session.c @@ -515,7 +515,6 @@ static int session_start_scope(Session *s) { assert(s); assert(s->user); - assert(s->user->slice); if (!s->scope) { _cleanup_bus_error_free_ sd_bus_error error = SD_BUS_ERROR_NULL; |