Navigation



Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/p_ce.c

    r1249 r1268  
    33* Author: Sebastien Decugis <sdecugis@freediameter.net>                                                  *
    44*                                                                                                        *
    5 * Copyright (c) 2013, WIDE Project and NICT                                                              *
     5* Copyright (c) 2014, WIDE Project and NICT                                                              *
    66* All rights reserved.                                                                                   *
    77*                                                                                                        *
     
    951951                if ((isi == PI_SEC_NONE) && (! (peer->p_hdr.info.config.pic_flags.sec & PI_SEC_TLS_OLD)))
    952952                        isi = 0;
     953        } else if (peer->p_hdr.info.runtime.pir_isi & PI_SEC_TLS_OLD) {
     954                /* Seem some weird peers are sending the Inband-Security-Id AVP on the secure port... No harm */
     955                isi = PI_SEC_TLS_OLD;
    953956        }
    954957       
Note: See TracChangeset for help on using the changeset viewer.