Navigation



Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/testcnx.c

    r1399 r1540  
    675675                case IPPROTO_SCTP:
    676676                        {
    677                                 cnx = fd_cnx_cli_connect_sctp(0, TEST_PORT, &eps);
     677                                cnx = fd_cnx_cli_connect_sctp(0, TEST_PORT, &eps, NULL);
    678678                                CHECK( 1, (cnx ? 1 : 0) ^ cf->expect_failure );
    679679                        }
Note: See TracChangeset for help on using the changeset viewer.