From 969862337a77d10081cc72ca9ec0aaafaa3e977e Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Tue, 29 Jun 2010 11:50:25 -0500 Subject: test-server: Update to the new API --- gatchat/test-server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3