summaryrefslogtreecommitdiff
path: root/src/grp-system/libcore/busname.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-system/libcore/busname.c')
-rw-r--r--src/grp-system/libcore/busname.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/grp-system/libcore/busname.c b/src/grp-system/libcore/busname.c
index 5d85c20730..f21a2d23c1 100644
--- a/src/grp-system/libcore/busname.c
+++ b/src/grp-system/libcore/busname.c
@@ -999,12 +999,7 @@ static int busname_get_timeout(Unit *u, usec_t *timeout) {
}
static bool busname_supported(void) {
- static int supported = -1;
-
- if (supported < 0)
- supported = is_kdbus_available();
-
- return supported;
+ return false;
}
static int busname_control_pid(Unit *u) {