[libsoup/autobahn-integration-new: 17/35] tests: fix function call
- From: Diego Pino <dpino src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsoup/autobahn-integration-new: 17/35] tests: fix function call
- Date: Thu, 25 Feb 2021 13:55:11 +0000 (UTC)
commit 98ae8e8cc301d91da4ed7be16a911206df4be50f
Author: Diego Pino Garcia <dpino igalia com>
Date: Tue Jan 19 13:51:47 2021 +0800
tests: fix function call
tests/autobahn/soup-autobahn-test-client.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tests/autobahn/soup-autobahn-test-client.c b/tests/autobahn/soup-autobahn-test-client.c
index 4aa0c58b..ba35eef1 100644
--- a/tests/autobahn/soup-autobahn-test-client.c
+++ b/tests/autobahn/soup-autobahn-test-client.c
@@ -103,7 +103,7 @@ connect_and_run (SoupSession *session, char *path, ConnectionFunc method, gpoint
if (option_debug)
fprintf (stderr, "About to connect to %s\n", uri);
- soup_session_websocket_connect_async (session, message, NULL, NULL, NULL, on_connect, ctx);
+ soup_session_websocket_connect_async (session, message, NULL, NULL, G_PRIORITY_DEFAULT, NULL,
on_connect, ctx);
g_object_unref (message);
g_free (uri);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]