From 58583aaf3b45d5d1e7333416eef27cd9d2514c9c Mon Sep 17 00:00:00 2001 From: Daniel Willmann Date: Thu, 21 Dec 2017 19:39:16 +0100 Subject: osmo-bsc_nat: Change warning into comment Change-Id: If24db994ee737d249f62b61d39f8b7c3cead5550 --- openbsc/src/osmo-bsc_nat/bsc_sccp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbsc/src/osmo-bsc_nat/bsc_sccp.c b/openbsc/src/osmo-bsc_nat/bsc_sccp.c index f7358f881..3e286d874 100644 --- a/openbsc/src/osmo-bsc_nat/bsc_sccp.c +++ b/openbsc/src/osmo-bsc_nat/bsc_sccp.c @@ -43,7 +43,7 @@ static int equal(struct sccp_source_reference *ref1, struct sccp_source_referenc static int sccp_ref_is_free(struct sccp_source_reference *ref, struct bsc_nat *nat) { struct nat_sccp_connection *conn; -#warning "We could have two lists - one for msc and one for bsc side..." + /* We could have two lists - one for msc and one for bsc side... */ llist_for_each_entry(conn, &nat->sccp_connections, list_entry) { if (equal(ref, &conn->bsc_patched_ref)) return -1; -- cgit v1.2.3