fixup comment.

git-svn-id: file:///svn/unbound/trunk@4163 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2017-05-17 12:13:45 +00:00
parent f78acf53fb
commit de4c7bd317

View 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 */