chiark / gitweb /
Prep v231.6: Fix pam_elogind to not falter when elogind is not running, yet.
[elogind.git] / src / basic / login-util.h
index b01ee25c884cee292d2d826fc2c7f57a515e5018..a71ebd4ef4734a8f7779208aa2ef860095676d9b 100644 (file)
@@ -24,6 +24,8 @@
 
 bool session_id_valid(const char *id);
 
+#if 0 /// UNNEEDED by elogind
 static inline bool logind_running(void) {
         return access("/run/systemd/seats/", F_OK) >= 0;
 }
+#endif // 0