mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-08 01:13:16 +00:00
#7 Actually update server_id
This commit is contained in:
parent
052fc83bdc
commit
dcfa910d1c
|
@ -168,6 +168,10 @@ read_dns(int fd, char *buf, int buflen)
|
||||||
|
|
||||||
rv = dns_decode(buf, buflen, &q, QR_ANSWER, data, r);
|
rv = dns_decode(buf, buflen, &q, QR_ANSWER, data, r);
|
||||||
|
|
||||||
|
if (rv > 0) {
|
||||||
|
server_id = q.id;
|
||||||
|
}
|
||||||
|
|
||||||
if (packet_empty(&packet) == 0 && chunkid == q.id) {
|
if (packet_empty(&packet) == 0 && chunkid == q.id) {
|
||||||
/* Got ACK on sent packet */
|
/* Got ACK on sent packet */
|
||||||
packet_advance(&packet);
|
packet_advance(&packet);
|
||||||
|
|
Loading…
Reference in a new issue