aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/testing/send_queue_test.c
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2006-05-30 13:00:18 +0000
committerMartin Willi <martin@strongswan.org>2006-05-30 13:00:18 +0000
commit0773bdcf3fe30c66a8ed527e217eae7443b20b85 (patch)
treecd128062d800453b64d5bec01c95faaa77942434 /src/charon/testing/send_queue_test.c
parent6d5e617f7db567509dc33d1e16b6666a4110a0f8 (diff)
downloadstrongswan-0773bdcf3fe30c66a8ed527e217eae7443b20b85.tar.bz2
strongswan-0773bdcf3fe30c66a8ed527e217eae7443b20b85.tar.xz
- included charons module tests to build & dist
Diffstat (limited to 'src/charon/testing/send_queue_test.c')
-rw-r--r--src/charon/testing/send_queue_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charon/testing/send_queue_test.c b/src/charon/testing/send_queue_test.c
index a56f8e5a2..bf3fd9507 100644
--- a/src/charon/testing/send_queue_test.c
+++ b/src/charon/testing/send_queue_test.c
@@ -67,7 +67,7 @@ static void test_send_queue_sender(send_queue_test_t * testinfo)
int i;
for (i = 0; i < testinfo->insert_item_count; i++)
{
- packet_t *packet = packet_create(AF_INET);
+ packet_t *packet = packet_create();
testinfo->tester->assert_true(testinfo->tester,(packet != NULL), "create packet call check");
testinfo->send_queue->add(testinfo->send_queue,packet);
}