[libsoup/autobahn-integration-new: 14/36] tests: fix function call




commit 10673ca0578bac3a1b163bcfa5c120a513147d1e
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]