summaryrefslogtreecommitdiff
path: root/bus/at-spi-bus-launcher.c
diff options
context:
space:
mode:
Diffstat (limited to 'bus/at-spi-bus-launcher.c')
-rw-r--r--bus/at-spi-bus-launcher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bus/at-spi-bus-launcher.c b/bus/at-spi-bus-launcher.c
index 74e9c983..0633c303 100644
--- a/bus/at-spi-bus-launcher.c
+++ b/bus/at-spi-bus-launcher.c
@@ -438,7 +438,7 @@ ensure_a11y_bus_broker (A11yBusLauncher *app, char *config_path)
{
char *argv[] = { DBUS_BROKER, config_path, "--scope", "user", NULL };
char *unit;
- struct sockaddr_un addr = { .sun_family = AF_UNIX, '\0' };
+ struct sockaddr_un addr = { .sun_family = AF_UNIX, "" };
socklen_t addr_len = sizeof(addr);
GPid pid;
GError *error = NULL;