- updated tests to varius changes in modules

This commit is contained in:
Martin Willi
2005-11-16 16:09:55 +00:00
parent 523526ec92
commit 66e379a278
10 changed files with 59 additions and 73 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ void test_socket(tester_t *tester)
pkt->data.len = strlen(test_string) + 1;
/* send to previously bound socket */
pkt->set_destination(pkt, "127.0.0.1", 4500);
pkt->destination = host_create(AF_INET, "127.0.0.1", 4500);
/* send packet_count packets */
for (current = 0; current < packet_count; current++)