]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
please doxygen.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 31 Jul 2014 08:48:31 +0000 (08:48 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 31 Jul 2014 08:48:31 +0000 (08:48 +0000)
git-svn-id: file:///svn/unbound/trunk@3202 be551aaa-1e26-0410-a405-d3ace91eadb9

dns64/dns64.c

index 7809c340b23039391a0463428e7601fe2096a3dd..963e727fed76241b75fd586f5d35c4565e2c16d1 100644 (file)
@@ -550,8 +550,9 @@ handle_event_moddone(struct module_qstate* qstate, int id)
  */
 void
 dns64_operate(struct module_qstate* qstate, enum module_ev event, int id,
-               struct outbound_entry* ATTR_UNUSED(outbound))
+               struct outbound_entry* outbound)
 {
+       (void)outbound;
        verbose(VERB_QUERY, "dns64[module %d] operate: extstate:%s event:%s",
                        id, strextstate(qstate->ext_state[id]),
                        strmodulevent(event));