summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2011-02-07 15:40:13 +0100
committerOlivier CrĂȘte <olivier.crete@collabora.com>2011-10-11 15:37:14 -0400
commit8b0c48cfc07464dc993ccca4c6635430c2bf3272 (patch)
treef0ad5fb4d45490cb85c642850e915dc7ef145da2 /examples
parent8f1682fdb15dda2aa0081cee0e05461a1ec5cdb9 (diff)
downloadfarstream-8b0c48cfc07464dc993ccca4c6635430c2bf3272.tar.gz
shm: Use force_remote_candidates instead of set_remote_candidates
Diffstat (limited to 'examples')
-rw-r--r--examples/commandline/simple-call-shm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/commandline/simple-call-shm.c b/examples/commandline/simple-call-shm.c
index 02600f55..b0786c78 100644
--- a/examples/commandline/simple-call-shm.c
+++ b/examples/commandline/simple-call-shm.c
@@ -291,7 +291,7 @@ skipped_cb (GObject *istream, GAsyncResult *result, gpointer user_data)
cand->username = g_strdup (ses->recv_socket);
cands = g_list_prepend (NULL, cand);
- res = fs_stream_set_remote_candidates (ses->stream, cands, &error);
+ res = fs_stream_force_remote_candidates (ses->stream, cands, &error);
print_error (error);
g_assert (res);