summaryrefslogtreecommitdiff
path: root/examples/commandline/simple-call-shm.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/commandline/simple-call-shm.c')
-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);