diff options
Diffstat (limited to 'tests/udp.c')
| -rw-r--r-- | tests/udp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/udp.c b/tests/udp.c index af7b2807..c2772048 100644 --- a/tests/udp.c +++ b/tests/udp.c @@ -1,5 +1,5 @@ // -// Copyright 2020 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2021 Staysail Systems, Inc. <info@staysail.tech> // Copyright 2018 Capitar IT Group BV <info@capitar.com> // // This software is supplied under the terms of the MIT License, a @@ -20,7 +20,6 @@ TestMain("UDP support", { nni_init(); - atexit(nng_fini); trantest_port = trantest_port ? trantest_port : 5555; |
