chiark / gitweb /
socket: rework things to have only one sockaddr formatter
[elogind.git] / src / login / pam-module.c
index 9362660bf906b2f56e1e7a300568fb7d4cc65b4b..61df3e9d890a64353b4858159cae764d3bd3e522 100644 (file)
@@ -318,8 +318,7 @@ _public_ PAM_EXTERN int pam_sm_open_session(
                 !streq(remote_host, "localhost") &&
                 !streq(remote_host, "localhost.localdomain");
 
-        /* Talk to logind over the message bug */
-
+        /* Talk to logind over the message bus */
         r = sd_bus_open_system(&bus);
         if (r < 0) {
                 pam_syslog(handle, LOG_ERR, "Failed to connect to system bus: %s", strerror(-r));