Skip to content

Commit

Permalink
llmnrd: Fix typo in comment
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
  • Loading branch information
tklauser committed Feb 10, 2017
1 parent a7b3d97 commit b0e60fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llmnr.c
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ static void llmnr_respond(unsigned int ifindex, const struct llmnr_hdr *hdr,

/*
* This is the max response length (i.e. using all IPv6 addresses and
* not message compression). We might not use all of it.
* no message compression). We might not use all of it.
*/
response_len = n * (1 + name_len + 1 + 2 + 2 + 4 + 2 + sizeof(struct in6_addr));
p = pkt_alloc(sizeof(*hdr) + query_len + response_len);
Expand Down

0 comments on commit b0e60fa

Please sign in to comment.