aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/sa/ike_sa_id.c
diff options
context:
space:
mode:
Diffstat (limited to 'Source/charon/sa/ike_sa_id.c')
-rw-r--r--Source/charon/sa/ike_sa_id.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/charon/sa/ike_sa_id.c b/Source/charon/sa/ike_sa_id.c
index f5c93cf47..ebc721918 100644
--- a/Source/charon/sa/ike_sa_id.c
+++ b/Source/charon/sa/ike_sa_id.c
@@ -56,7 +56,6 @@ struct private_ike_sa_id_t {
};
-
/**
* implements ike_sa_id_t.set_responder_spi.
*/
@@ -94,7 +93,7 @@ static u_int64_t get_responder_spi (private_ike_sa_id_t *this)
*/
static bool equals (private_ike_sa_id_t *this, private_ike_sa_id_t *other)
{
- if ((this == NULL)||(other == NULL))
+ if (other == NULL)
{
return FALSE;
}