test-server: Update to the new API

This commit is contained in:
Denis Kenzior 2010-06-29 11:50:25 -05:00
parent d7c0640412
commit 969862337a
1 changed files with 1 additions and 1 deletions

View File

@ -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;