diff options
author | Martin Willi <martin@strongswan.org> | 2009-09-04 13:46:09 +0200 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2009-09-04 13:46:09 +0200 |
commit | 7daf5226b74e14a6e0f1a888b0be26f3d246f9f8 (patch) | |
tree | 6436de2e84e7a677ecfb83db4bf44766cc273d9f /src/starter/starterwhack.c | |
parent | 7d1b0304467bc668b592ccd6680fd9615efbb5b2 (diff) | |
download | strongswan-7daf5226b74e14a6e0f1a888b0be26f3d246f9f8.tar.bz2 strongswan-7daf5226b74e14a6e0f1a888b0be26f3d246f9f8.tar.xz |
removed trailing spaces ([[:space:]]+$)
Diffstat (limited to 'src/starter/starterwhack.c')
-rw-r--r-- | src/starter/starterwhack.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/starter/starterwhack.c b/src/starter/starterwhack.c index 44b442ae2..b68096165 100644 --- a/src/starter/starterwhack.c +++ b/src/starter/starterwhack.c @@ -153,7 +153,7 @@ connection_name(starter_conn_t *conn) static void set_whack_end(whack_end_t *w, starter_end_t *end, sa_family_t family) -{ +{ if (end->srcip && end->srcip[0] != '%') { int len = 0; @@ -170,9 +170,9 @@ set_whack_end(whack_end_t *w, starter_end_t *end, sa_family_t family) } else { - anyaddr(AF_INET, &w->host_srcip); + anyaddr(AF_INET, &w->host_srcip); } - + w->id = end->id; w->cert = end->cert; w->ca = end->ca; |