[systemd-commits] 2 commits - Makefile.am po/POTFILES.skip src/login

Zbigniew Jędrzejewski-Szmek zbyszek at kemper.freedesktop.org
Wed Jun 19 21:58:11 PDT 2013


 Makefile.am        |    2 ++
 po/POTFILES.skip   |    1 +
 src/login/logind.c |    4 +---
 3 files changed, 4 insertions(+), 3 deletions(-)

New commits:
commit b3629c7da0b4a406ecc2182fcd766581778173ae
Author: Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl>
Date:   Thu Jun 20 00:51:10 2013 -0400

    logind: uninitialized variable

diff --git a/src/login/logind.c b/src/login/logind.c
index d0d18ae..ea74254 100644
--- a/src/login/logind.c
+++ b/src/login/logind.c
@@ -669,9 +669,7 @@ int manager_enumerate_users(Manager *m) {
         assert(m);
 
         /* Add lingering users */
-        k = manager_enumerate_linger_users(m);
-        if (k < 0)
-                r = k;
+        r = manager_enumerate_linger_users(m);
 
         /* Read in user data stored on disk */
         d = opendir("/run/systemd/users");

commit ac34b3af131af68e493c3dea071e5aad6eee3ecc
Author: Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl>
Date:   Thu Jun 20 00:20:55 2013 -0400

    build-sys: make intltool and distcheck happy

diff --git a/Makefile.am b/Makefile.am
index ff5a129..016d7da 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3713,6 +3713,8 @@ UNINSTALL_EXEC_HOOKS += libsystemd-login-uninstall-hook
 nodist_systemunit_DATA += \
 	units/systemd-logind.service \
 	units/systemd-user-sessions.service
+
+dist_systemunit_DATA += \
 	units/user.slice \
 	units/machine.slice
 
diff --git a/po/POTFILES.skip b/po/POTFILES.skip
index 0502c13..65327aa 100644
--- a/po/POTFILES.skip
+++ b/po/POTFILES.skip
@@ -5,6 +5,7 @@ src/core/dbus-manager.c
 src/core/dbus-mount.c
 src/core/dbus-path.c
 src/core/dbus-service.c
+src/core/dbus-slice.c
 src/core/dbus-snapshot.c
 src/core/dbus-socket.c
 src/core/dbus-swap.c



More information about the systemd-commits mailing list