]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
fixup comment.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 17 May 2017 12:13:45 +0000 (12:13 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 17 May 2017 12:13:45 +0000 (12:13 +0000)
git-svn-id: file:///svn/unbound/trunk@4163 be551aaa-1e26-0410-a405-d3ace91eadb9

ipsecmod/ipsecmod.c

index 69e17d4d7e3011b2db861106252d9c6d9906cf0b..2f5c19daefb894d4d52516e00cc434640331ca19 100644 (file)
@@ -165,9 +165,9 @@ generate_request(struct module_qstate* qstate, int id, uint8_t* name,
 /**
  *  Prepare the data and call the hook.
  *
+ *  @param qstate: query state.
  *  @param iq: ipsecmod qstate.
  *  @param ie: ipsecmod environment.
- *  @param rrset_data: IPSECKEY rrset.
  *  @return true on success, false otherwise.
  */
 static int
@@ -178,7 +178,7 @@ call_hook(struct module_qstate* qstate, struct ipsecmod_qstate* iq,
        char str[65535], *s, *tempstring;
        int w;
        struct ub_packed_rrset_key* rrset_key;
-       struct packed_rrset_data* rrset_data;
+       struct packed_rrset_data* rrset_data; /* IPSECKEY rrset. */
        uint8_t *tempdata;
 
        /* Check if a shell is available */