Skip to content

Commit

Permalink
Fix initialization.
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed Feb 19, 2014
1 parent 83bc4ad commit 9f1eef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parse.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ rdns_request_reply_cmp (struct rdns_request *req, uint8_t *in, int len)
uint8_t *p, *c, *l1, *l2;
uint16_t len1, len2;
int decompressed = 0;
struct rdns_resolver *resolver;
struct rdns_resolver *resolver = req->resolver;

/* QR format:
* labels - len:octets
Expand Down

0 comments on commit 9f1eef2

Please sign in to comment.