Martine Lenders 12261a3e69 gnrc_ipv6_nib: Remove stray assert() in _handle_aro()
This assertion doesn't make any sense. The function is called by
_copy_and_handle_aro() on a router which causes `nce` to be NULL
(because there is no NCE known yet) and then the function called
directly after (_reg_addr_upstream()) checks if `nce` might be NULL and
creates an NCE if necessary.
2017-11-20 06:41:08 +01:00
..
2017-09-06 08:49:05 +02:00
2017-06-27 18:58:33 +02:00
2016-09-05 02:22:37 +02:00
2017-06-16 16:50:54 +02:00
2017-09-28 15:44:35 +02:00
2017-03-20 11:59:10 +01:00
2017-09-06 08:49:05 +02:00
2016-12-16 09:48:08 +01:00
2017-09-06 16:10:36 +02:00
2016-11-09 11:59:45 +01:00
2017-06-09 10:50:07 +02:00
2017-05-24 17:54:01 +02:00
2016-04-08 23:53:46 +02:00
2017-07-03 10:55:35 +02:00
2017-10-26 15:13:11 +02:00
2017-06-27 18:05:14 +02:00
2017-09-22 12:00:47 +02:00