summaryrefslogtreecommitdiff
path: root/testcode/streamtcp.c
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2021-12-03 05:35:06 +0000
committerCy Schubert <cy@FreeBSD.org>2021-12-03 05:35:06 +0000
commit68965ba955db755e0cf7c57882a1e99da5c47644 (patch)
treef8e722161681a766f4425cefdbe71f32f647fd14 /testcode/streamtcp.c
parent625f1c1312fb7defbd148c8ba121a0cf058707ef (diff)
Diffstat (limited to 'testcode/streamtcp.c')
-rw-r--r--testcode/streamtcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testcode/streamtcp.c b/testcode/streamtcp.c
index 2bd076ee5db2..ecc83c1cff30 100644
--- a/testcode/streamtcp.c
+++ b/testcode/streamtcp.c
@@ -437,8 +437,8 @@ int main(int argc, char** argv)
#endif
/* lock debug start (if any) */
- log_init(0, 0, 0);
checklock_start();
+ log_init(0, 0, 0);
#ifdef SIGPIPE
if(signal(SIGPIPE, &sigh) == SIG_ERR) {