Skip to content

Commit

Permalink
sys: net: gnrc: ndp: fix type used for NETOPT_SRC_LEN
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Sep 3, 2015
1 parent ef000d4 commit 34092a3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -610,7 +610,7 @@ static size_t _get_l2src(kernel_pid_t iface, uint8_t *l2src, size_t l2src_maxlen
{
bool try_long = false;
int res;
size_t l2src_len;
uint16_t l2src_len;
/* maximum address length that fits into a minimum length (8) S/TL2A option */
const uint16_t max_short_len = 6;

Expand Down

0 comments on commit 34092a3

Please sign in to comment.