X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=ortp_send.c;h=4dd19d7d2cb183743ff0dee435692c44eff43e16;hp=15b97eb1304caaf2ec1198acde6252dd1bc10ee3;hb=f269333700038603703ec79c909d514bee731faf;hpb=60216e4058f4ecc24467df577e51cb2bd66508b0 diff --git a/ortp_send.c b/ortp_send.c index 15b97eb1..4dd19d7d 100644 --- a/ortp_send.c +++ b/ortp_send.c @@ -249,7 +249,7 @@ static void ortp_add_target(int port, struct in_addr *addr) ot->addr = *addr; PARA_INFO_LOG("adding to target list (%s:%d)\n", TARGET_ADDR(ot), ot->port); - list_add(&ot->node, &targets); + para_list_add(&ot->node, &targets); } static int ortp_com_add(struct sender_command_data *scd)