summaryrefslogtreecommitdiff
path: root/tests/testsctp.c
diff options
context:
space:
mode:
authorSukchan Lee <acetcom@gmail.com>2021-03-21 13:14:26 +0900
committerSukchan Lee <acetcom@gmail.com>2021-03-21 13:14:26 +0900
commit32d46d3f43485e171b1e28117d0db049dfc829b0 (patch)
treeb3506d614932f50730e023391600287676ac0c08 /tests/testsctp.c
parente07f3955e6d0f59f272fd21d3b21a5e2eac17426 (diff)
Release freeDiameter v1.5.0main
Diffstat (limited to 'tests/testsctp.c')
-rw-r--r--tests/testsctp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testsctp.c b/tests/testsctp.c
index 46453c8..40d8729 100644
--- a/tests/testsctp.c
+++ b/tests/testsctp.c
@@ -2,7 +2,7 @@
* Software License Agreement (BSD License) *
* Author: Sebastien Decugis <sdecugis@freediameter.net> *
* *
-* Copyright (c) 2013, WIDE Project and NICT *
+* Copyright (c) 2020, WIDE Project and NICT *
* All rights reserved. *
* *
* Redistribution and use of this software in source and binary forms, with or without modification, are *
@@ -98,7 +98,7 @@ int main(int argc, char *argv[])
CHECK( 0, fd_sctp_listen( sock ));
/* Now, create the client socket */
- CHECK( 0, fd_sctp_client( &cli.cc_socket, 0, TEST_PORT, &eps ));
+ CHECK( 0, fd_sctp_client( &cli.cc_socket, 0, TEST_PORT, &eps, NULL ));
/* Accept this connection */
srv.cc_socket = accept(sock, NULL, NULL);