Skip to content

Commit

Permalink
- Fix ipsecmod compile.
Browse files Browse the repository at this point in the history
  • Loading branch information
wcawijngaards committed Dec 6, 2019
1 parent 4b73b5f commit f3c2d05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions doc/Changelog
@@ -1,3 +1,6 @@
6 December 2019: Wouter
- Fix ipsecmod compile.

5 December 2019: Wouter
- unbound-fuzzers.tar.bz2: three programs for fuzzing, that are 1:1
replacements for unbound-fuzzme.c that gets created after applying
Expand Down
2 changes: 1 addition & 1 deletion ipsecmod/ipsecmod.c
Expand Up @@ -337,7 +337,7 @@ call_hook(struct module_qstate* qstate, struct ipsecmod_qstate* iq,
/* Save the buffer pointers. */
tempstring = s; tempstring_len = slen;
w_temp = sldns_wire2str_ipseckey_scan(&tempdata, &tempdata_len, &s,
&slen, NULL, 0);
&slen, NULL, 0, NULL);
/* There was an error when parsing the IPSECKEY; reset the buffer
* pointers to their previous values. */
if(w_temp == -1) {
Expand Down

0 comments on commit f3c2d05

Please sign in to comment.