Skip to content

Commit

Permalink
Warning with older (less intelligent) compiles
Browse files Browse the repository at this point in the history
  • Loading branch information
wtoorop committed Oct 29, 2015
1 parent d691973 commit 0a717f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stub.c
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ match_and_process_server_cookie(
{
_getdns_rr_iter rr_iter_storage, *rr_iter;
uint8_t *pos;
uint16_t rdata_len, opt_code, opt_len;
uint16_t rdata_len, opt_code = 0, opt_len = 0;

/* Search for the OPT RR (if any) */
for ( rr_iter = _getdns_rr_iter_init(&rr_iter_storage
Expand Down

0 comments on commit 0a717f5

Please sign in to comment.