diff options
author | Martin Willi <martin@strongswan.org> | 2007-12-04 10:48:27 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2007-12-04 10:48:27 +0000 |
commit | 3895125275a2c0f49c7c9ad55f8d3ec8dd246926 (patch) | |
tree | 3fa1210457ede094cbb572add3fd15b02aeceb38 /src/charon/encoding/payloads/ike_header.c | |
parent | b8249ff5edde1607217efe189310eb820499e981 (diff) | |
download | strongswan-4.1.9.tar.bz2 strongswan-4.1.9.tar.xz |
removed c++ style comments4.1.9
fixed compiler warnings
Diffstat (limited to 'src/charon/encoding/payloads/ike_header.c')
-rw-r--r-- | src/charon/encoding/payloads/ike_header.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/charon/encoding/payloads/ike_header.c b/src/charon/encoding/payloads/ike_header.c index 7253e4f51..3a171b095 100644 --- a/src/charon/encoding/payloads/ike_header.c +++ b/src/charon/encoding/payloads/ike_header.c @@ -192,7 +192,8 @@ static status_t verify(private_ike_header_t *this) if (this->initiator_spi == 0 #ifdef P2P - // we allow zero spi for INFORMATIONAL exchanges, to allow P2P connectivity checks + /* we allow zero spi for INFORMATIONAL exchanges, + * to allow P2P connectivity checks */ && this->exchange_type != INFORMATIONAL #endif /* P2P */ ) |