]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Typo
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 31 Oct 2016 17:27:28 +0000 (13:27 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 31 Oct 2016 17:27:28 +0000 (13:27 -0400)
src/modules/rlm_sigtran/sccp.c

index 9a0ba06997b16b761106d42fba1e45d688c51680..e836555c0c86fe576931d16dc1d72fb6b44bf3ff 100644 (file)
@@ -136,7 +136,7 @@ int sigtran_tcap_outgoing(UNUSED struct msgb *msg_in, void *ctx, sigtran_transac
 
        rad_assert(req->imsi);
 
-       if (mtp_m3ua_link_is_up(m3ua_client)) {
+       if (!mtp_m3ua_link_is_up(m3ua_client)) {
                REDEBUG("Link not yet active, dropping the request");
 
                return -1;