chiark / gitweb /
tree-wide: remove useless NULLs from strjoina
[elogind.git] / src / login / logind-session.c
index ff2c95c55d60c3192bbbd36690dd2a1af773bcc0..e615ccd312a9f2399500863768d0559a7245ba14 100644 (file)
@@ -520,7 +520,7 @@ static int session_start_scope(Session *s) {
                 if (!scope)
                         return log_oom();
 
-                description = strjoina("Session ", s->id, " of user ", s->user->name, NULL);
+                description = strjoina("Session ", s->id, " of user ", s->user->name);
 
                 r = manager_start_scope(
                                 s->manager,