mirror of
https://github.com/yarrick/iodine.git
synced 2025-11-10 04:02:46 +00:00
Handle trans id >= 0x8000, fix bug #37
This commit is contained in:
@@ -50,8 +50,8 @@ struct packet
|
||||
|
||||
struct query {
|
||||
char name[QUERY_NAME_SIZE];
|
||||
short type;
|
||||
short id;
|
||||
unsigned short type;
|
||||
unsigned short id;
|
||||
struct in_addr destination;
|
||||
struct sockaddr from;
|
||||
int fromlen;
|
||||
|
||||
Reference in New Issue
Block a user