From 903fe8db7e5da8daa7ba48dfb7bfce59816c543e Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Wed, 17 May 2017 12:20:58 +0000 Subject: [PATCH] but my fix for the comment was wrong, remove this part of the fix. git-svn-id: file:///svn/unbound/trunk@4165 be551aaa-1e26-0410-a405-d3ace91eadb9 --- ipsecmod/ipsecmod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipsecmod/ipsecmod.c b/ipsecmod/ipsecmod.c index 3bddc7425..6f61f13d3 100644 --- a/ipsecmod/ipsecmod.c +++ b/ipsecmod/ipsecmod.c @@ -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; /* IPSECKEY rrset. */ + struct packed_rrset_data* rrset_data; uint8_t *tempdata; /* Check if a shell is available */