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