From 85094acebd5f16e106850cd8003e97e4ae4fb0d4 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Thu, 12 Dec 2013 20:15:53 +0100 Subject: rename starter to activator --- test/test-kdbus.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/test-kdbus.c') diff --git a/test/test-kdbus.c b/test/test-kdbus.c index 3cefe0828f8..1314a47b58d 100644 --- a/test/test-kdbus.c +++ b/test/test-kdbus.c @@ -404,8 +404,8 @@ static int check_hello(struct kdbus_check_env *env) fd = open(env->buspath, O_RDWR|O_CLOEXEC); ASSERT_RETURN(fd >= 0); - /* no STARTER flag without a name */ - hello.conn_flags = KDBUS_HELLO_STARTER; + /* no ACTIVATOR flag without a name */ + hello.conn_flags = KDBUS_HELLO_ACTIVATOR; ret = ioctl(fd, KDBUS_CMD_HELLO, &hello); ASSERT_RETURN(ret == -1 && errno == EINVAL); -- cgit v1.2.3