aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/testing/send_queue_test.c
diff options
context:
space:
mode:
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);
}