summaryrefslogtreecommitdiffstats
path: root/test-client.c
diff options
context:
space:
mode:
Diffstat (limited to 'test-client.c')
-rw-r--r--test-client.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test-client.c b/test-client.c
index 67dacf7..0a318f1 100644
--- a/test-client.c
+++ b/test-client.c
@@ -7,6 +7,7 @@
int main(void)
{
KiroClient *client = g_object_new(KIRO_TYPE_CLIENT, NULL);
- kiro_client_connect(client, "192.168.11.61", "60010", 5000);
+ kiro_client_connect(client, "192.168.11.61", "60010");
+ kiro_client_sync(client);
return 0;
} \ No newline at end of file