]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix ipsecmod compile.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 6 Dec 2019 06:59:55 +0000 (07:59 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 6 Dec 2019 06:59:55 +0000 (07:59 +0100)
doc/Changelog
ipsecmod/ipsecmod.c

index c6d1005b1df3723157c258e12ba44f1891c47bbe..17d007f7f1379a19b68d7c99251e0bdfd811843e 100644 (file)
@@ -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
index 2e286e73d5a28e4380ec3b25ce8aaa3953d9487f..a1f40a512b8a0c883567367c369d6689db814eed 100644 (file)
@@ -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) {