mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-10 06:13:20 -05:00
fixup comment.
git-svn-id: file:///svn/unbound/trunk@4163 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
f78acf53fb
commit
de4c7bd317
1 changed files with 2 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue