SVN revision: 82013

Signed-off-by: Mike McCormack <mikem@atratus.org>

SVN revision: 82044
This commit is contained in:
Mike McCormack 2013-01-03 07:34:37 +00:00 committed by Mike McCormack
parent 90bc1aa27c
commit cf2f4d3e29
1 changed files with 1 additions and 1 deletions

View File

@ -1035,7 +1035,7 @@ update:
goto error;
count = ntohs(dns_header(P)->arcount) + 1;
dns_header(P)->arcount = ntohs(dns_header(P)->arcount) + 1;
dns_header(P)->arcount = htons(count);
P->ar.end = P->end;