aboutsummaryrefslogtreecommitdiffstats
path: root/src/gb/gprs_ns2_sns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gb/gprs_ns2_sns.c')
-rw-r--r--src/gb/gprs_ns2_sns.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gb/gprs_ns2_sns.c b/src/gb/gprs_ns2_sns.c
index 715dd8ef..04cebf49 100644
--- a/src/gb/gprs_ns2_sns.c
+++ b/src/gb/gprs_ns2_sns.c
@@ -446,7 +446,6 @@ static int add_remote_ip4_elem(struct ns2_sns_state *gss, const struct gprs_ns_i
if (memcmp(&gss->ip4_remote[i], ip4, sizeof(*ip4)))
continue;
/* TODO: log message duplicate */
- /* TODO: check if this is the correct cause code */
return -NS_CAUSE_PROTO_ERR_UNSPEC;
}