diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2011-08-30 11:18:45 +0100 |
---|---|---|
committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2011-08-30 11:18:45 +0100 |
commit | d9ecbbc1bbe573049e8cbb3348c600ec7512c84e (patch) | |
tree | 7f8af3ec61903cd63e25827167a29fb2b26b105e /src/connection.c | |
parent | 81176c13d19530ac37401e7b9e597ebfbd2a2904 (diff) |
caps-channel-manager: add data form argument to represent_client
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'src/connection.c')
-rw-r--r-- | src/connection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connection.c b/src/connection.c index ad474d27..af1c3c13 100644 --- a/src/connection.c +++ b/src/connection.c @@ -3258,7 +3258,7 @@ gabble_connection_update_capabilities ( { gabble_caps_channel_manager_represent_client ( GABBLE_CAPS_CHANNEL_MANAGER (manager), client_name, filters, - cap_tokens, cap_set); + cap_tokens, cap_set, NULL); /* TODO: dataforms */ } } |