summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSøren Sandmann <sandmann@redhat.com>2007-07-31 21:13:44 -0400
committerSøren Sandmann <sandmann@redhat.com>2007-07-31 21:13:44 -0400
commitc6bdf7500b3ac117326d7d3fa6b2289fd2d39964 (patch)
treed35c157c4a974573de0c65516f7b5e1de60e1aa4 /tests
parent2d6326cf8bd33604f6d8097e55a7d9165a5acaa7 (diff)
Consolidate connections into LacConnection
Diffstat (limited to 'tests')
-rw-r--r--tests/connection-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/connection-test.c b/tests/connection-test.c
index e928f43..5096c93 100644
--- a/tests/connection-test.c
+++ b/tests/connection-test.c
@@ -92,7 +92,7 @@ callback (const LacAddress *addr, gpointer data, const GError *err)
{
LacConnection *connection;
- connection = lac_connection_new (addr, 80, conn_callback, data);
+ connection = lac_connection_new_tcp (addr, 80, conn_callback, data);
}
}