diff options
Diffstat (limited to 'tests/multistress.c')
| -rw-r--r-- | tests/multistress.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/multistress.c b/tests/multistress.c index 9264e6bc..fee40503 100644 --- a/tests/multistress.c +++ b/tests/multistress.c @@ -1,5 +1,5 @@ // -// Copyright 2019 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 @@ -770,8 +770,6 @@ Main({ char *str; int tmo; - atexit(nng_fini); - // Each run should truly be random. srand((int) time(NULL)); |
