When reply comes before request schedule ...

... transaction_id will not be set.
Is this problematic?
This commit is contained in:
Willem Toorop 2016-06-28 16:53:26 +02:00
parent dd03a29b00
commit cfaf15f54c
1 changed files with 1 additions and 1 deletions

View File

@ -1252,7 +1252,7 @@ static void incoming_request_handler(getdns_context *context,
getdns_dict *header;
uint32_t n;
getdns_list *list;
getdns_transaction_t transaction_id;
getdns_transaction_t transaction_id = 0;
getdns_dict *qext = NULL;
dns_msg *msg = NULL;
getdns_dict *response = NULL;