Navigation


Changeset 59:067ab3fc6093 in freeDiameter for freeDiameter/sctps.c


Ignore:
Timestamp:
Nov 30, 2009, 2:50:25 PM (15 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Cleanups in debug messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • freeDiameter/sctps.c

    r31 r59  
    448448        if (!resumed) {
    449449                /* Check the credentials here also */
    450                 CHECK_FCT_DO( fd_tls_verify_credentials(ctx->session, ctx->parent), return NULL );
     450                CHECK_FCT_DO( fd_tls_verify_credentials(ctx->session, ctx->parent, 0), return NULL );
    451451        }
    452452        if (TRACE_BOOL(FULL)) {
Note: See TracChangeset for help on using the changeset viewer.