aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/threads/stroke_interface.c
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2006-07-18 12:53:54 +0000
committerMartin Willi <martin@strongswan.org>2006-07-18 12:53:54 +0000
commit92ee45a0eedfa4b58d5814d7ffad0671165f3f06 (patch)
tree7fa6af54ec8d0ef1e3be03917e0e94061499d845 /src/charon/threads/stroke_interface.c
parent623d3dcf78c0d96e44dbf2867b02acf10e51a812 (diff)
downloadstrongswan-92ee45a0eedfa4b58d5814d7ffad0671165f3f06.tar.bz2
strongswan-92ee45a0eedfa4b58d5814d7ffad0671165f3f06.tar.xz
cleanups in kernel interface code
added proper traffic selector to string conversion some cleanups here & there
Diffstat (limited to 'src/charon/threads/stroke_interface.c')
-rwxr-xr-xsrc/charon/threads/stroke_interface.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/charon/threads/stroke_interface.c b/src/charon/threads/stroke_interface.c
index ae037666c..f4d7accfb 100755
--- a/src/charon/threads/stroke_interface.c
+++ b/src/charon/threads/stroke_interface.c
@@ -428,9 +428,9 @@ static void stroke_add_conn(private_stroke_t *this, stroke_msg_t *msg)
charon->connections->add_connection(charon->connections, connection);
this->logger->log(this->logger, CONTROL, "added connection \"%s\": %s[%s]...%s[%s]",
msg->add_conn.name,
- my_host->get_address(my_host),
+ my_host->get_string(my_host),
my_id->get_string(my_id),
- other_host->get_address(other_host),
+ other_host->get_string(other_host),
other_id->get_string(other_id));
/* add to global policy list */
charon->policies->add_policy(charon->policies, policy);