commit | b1af23ebeaa65353a8de27279bc00372cf10d359 | [log] [tgz] |
---|---|---|
author | Thiago Farina <tfarina@chromium.org> | Wed Jan 20 23:46:34 2016 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Jan 20 23:51:24 2016 +0100 |
tree | 5d32d31ff99f67d50dc611a9f00abc739b87e98a | |
parent | bb107185d1985eb7a45ecb2fe0119b8e8f9b3233 [diff] |
MINOR: fix the return type for dns_response_get_query_id() function This function should return a 16-bit type as that is the type for dns header id. Also because it is doing an uint16 unpack big-endian operation. Backport: can be backported to 1.6 Signed-off-by: Thiago Farina <tfarina@chromium.org> Signed-off-by: Baptiste Assmann <bedis9@gmail.com>