[systemd-devel] [PATCH 1/2] bus: use existing macros from def.h

Mantas Mikulėnas grawity at gmail.com
Wed Jan 8 04:08:33 PST 2014


---
 src/login/pam-module.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/login/pam-module.c b/src/login/pam-module.c
index c67e677..e76fef8 100644
--- a/src/login/pam-module.c
+++ b/src/login/pam-module.c
@@ -173,7 +173,7 @@ static int export_legacy_dbus_address(
         _cleanup_free_ char *s = NULL;
         int r;
 
-        if (asprintf(&s, "kernel:path=/dev/kdbus/%lu-user/bus;unix:path=%s/bus",
+        if (asprintf(&s, KERNEL_USER_BUS_FMT ";" UNIX_USER_BUS_FMT,
                      (unsigned long) uid, runtime) < 0) {
                 pam_syslog(handle, LOG_ERR, "Failed to set bus variable.");
                 return PAM_BUF_ERR;
-- 
1.8.5.1.277.g0e0d235



More information about the systemd-devel mailing list