diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2017-02-10 09:31:53 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2017-02-10 09:31:53 +0100 |
commit | b0e60fa7b54eba260daedc47925542f0285a559e (patch) | |
tree | 72891eb9c19566cc450daa2b8d57253a89494fe5 /llmnr.c | |
parent | a7b3d978a705dc160f373f685625e28c9a3022bb (diff) |
llmnrd: Fix typo in comment
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'llmnr.c')
-rw-r--r-- | llmnr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |