Navigation


Changeset 725:8b03c672261f in freeDiameter for libfdcore/p_ce.c


Ignore:
Timestamp:
Feb 22, 2011, 3:50:45 PM (13 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Fix a small bug in peers validation process

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/p_ce.c

    r706 r725  
    820820        }
    821821       
     822        /* Save the credentials if handshake already occurred */
     823        if ( fd_cnx_getTLS(peer->p_cnxctx) ) {
     824                CHECK_FCT( fd_cnx_getcred(peer->p_cnxctx, &peer->p_hdr.info.runtime.pir_cert_list, &peer->p_hdr.info.runtime.pir_cert_list_size) );
     825        }
     826       
    822827        /* Validate the peer if needed */
    823828        if (peer->p_flags.pf_responder) {
Note: See TracChangeset for help on using the changeset viewer.