1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-07-29 13:01:13 +03:00

tests: Avoid needless call to pthread_exit()

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Jakub Jelen
2025-07-24 19:46:09 +02:00
committed by Andreas Schneider
parent 3df61a4e86
commit 444982b38a
4 changed files with 4 additions and 4 deletions

View File

@ -475,5 +475,5 @@ torture_run_tests(void)
teardown_default_server);
ssh_finalize();
pthread_exit((void *)&rc);
return rc;
}