diff options
Diffstat (limited to 'proto/babel/packets.c')
-rw-r--r-- | proto/babel/packets.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/babel/packets.c b/proto/babel/packets.c index 28bf9f63..61c94cc5 100644 --- a/proto/babel/packets.c +++ b/proto/babel/packets.c @@ -1704,6 +1704,7 @@ babel_read_pc(struct babel_tlv *hdr, union babel_msg *m UNUSED, state->auth.pc_seen = 1; state->auth.index_len = index_len; state->auth.index = tlv->index; + state->auth.unicast = state->is_unicast; state->current_tlv_endpos += index_len; return PARSE_SUCCESS; |