diff options
Diffstat (limited to 'src/libsystemd-bus/bus-internal.h')
-rw-r--r-- | src/libsystemd-bus/bus-internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsystemd-bus/bus-internal.h b/src/libsystemd-bus/bus-internal.h index 78d955d00f..c25a208aea 100644 --- a/src/libsystemd-bus/bus-internal.h +++ b/src/libsystemd-bus/bus-internal.h @@ -72,7 +72,7 @@ struct sd_bus { bool negotiate_fds:1; bool can_fds:1; - bool send_hello:1; + bool bus_client:1; bool ucred_valid:1; void *rbuffer; |