aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/kernel_klips/kernel_klips_ipsec.c
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2008-12-11 13:39:30 +0000
committerTobias Brunner <tobias@strongswan.org>2008-12-11 13:39:30 +0000
commitf55a7a76ddc3141d5afcfbf88a7e920a7045be86 (patch)
tree3ff0db4aab47f3c542d551fb2e8d8abf14b73fc0 /src/charon/plugins/kernel_klips/kernel_klips_ipsec.c
parentc636092c945dd87fe699a46914e01b398e218f65 (diff)
downloadstrongswan-f55a7a76ddc3141d5afcfbf88a7e920a7045be86.tar.bz2
strongswan-f55a7a76ddc3141d5afcfbf88a7e920a7045be86.tar.xz
address extensions refactored
Diffstat (limited to 'src/charon/plugins/kernel_klips/kernel_klips_ipsec.c')
-rw-r--r--src/charon/plugins/kernel_klips/kernel_klips_ipsec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charon/plugins/kernel_klips/kernel_klips_ipsec.c b/src/charon/plugins/kernel_klips/kernel_klips_ipsec.c
index 453be70f4..228078e5a 100644
--- a/src/charon/plugins/kernel_klips/kernel_klips_ipsec.c
+++ b/src/charon/plugins/kernel_klips/kernel_klips_ipsec.c
@@ -853,7 +853,7 @@ static void host2ext(host_t *host, struct sadb_address *ext)
}
/**
- * add a host behind a sadb_address extension
+ * add a host to the given sadb_msg
*/
static void add_addr_ext(struct sadb_msg *msg, host_t *host, u_int16_t type)
{