Skip to content

Commit

Permalink
REMOVE ME!
Browse files Browse the repository at this point in the history
  • Loading branch information
jia200x committed Jan 20, 2021
1 parent f4ac188 commit 1e29b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/net/gnrc/netif/gnrc_netif.c
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ int gnrc_netif_get_from_netdev(gnrc_netif_t *netif, gnrc_netapi_opt_t *opt)
res = sizeof(uint8_t);
break;
case NETOPT_STATS:
/* XXX discussed this with Oleg, it's supposed to be a pointer */
/* XXX discussed this with Oleg, it's supposed to be a pointeeeeeeeeeeeeeer */
switch ((int16_t)opt->context) {
#if IS_USED(MODULE_NETSTATS_IPV6) && IS_USED(MODULE_GNRC_NETIF_IPV6)
case NETSTATS_IPV6:
Expand Down

0 comments on commit 1e29b19

Please sign in to comment.