1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-17 10:33:49 +01:00

nhdp: use conn_udp_close

This commit is contained in:
Cenk Gündoğan 2015-11-12 09:47:51 +01:00 committed by test
parent c516e4e759
commit 2aabc8ccea

View File

@ -317,7 +317,7 @@ static void *_nhdp_receiver(void *arg __attribute__((unused)))
}
}
gnrc_udp_close(&conn);
conn_udp_close(&conn);
return 0;
}