summaryrefslogtreecommitdiffstats
path: root/gatchat/test-server.c
diff options
context:
space:
mode:
Diffstat (limited to 'gatchat/test-server.c')
-rw-r--r--gatchat/test-server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gatchat/test-server.c b/gatchat/test-server.c
index 2f5dab2f..329fbbe4 100644
--- a/gatchat/test-server.c
+++ b/gatchat/test-server.c
@@ -145,7 +145,7 @@ static gboolean update_ppp(gpointer user)
{
GAtPPP *ppp = user;
- g_at_ppp_set_server_info(ppp, "192.168.1.1", "192.168.1.2",
+ g_at_ppp_set_server_info(ppp, "192.168.1.2",
"10.10.10.10", "10.10.10.11");
return FALSE;