diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2022-10-24 21:22:01 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2022-10-30 22:13:07 +0100 |
commit | 805aef5de8b127e58ceae2e6f5c946dba7af569d (patch) | |
tree | 689ad520dfb68e318d79d0f92f878d1277092636 /nDPId-test.c | |
parent | 2d14509f047ded824c1141b2355c5b9daba30c1e (diff) |
Increased network buffer size to 33792 bytes.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'nDPId-test.c')
-rw-r--r-- | nDPId-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nDPId-test.c b/nDPId-test.c index 31c3ebca6..5819d710a 100644 --- a/nDPId-test.c +++ b/nDPId-test.c @@ -1227,7 +1227,7 @@ int main(int argc, char ** argv) if (THREADS_RETURNED_ERROR() != 0) { char const * which_thread = "Unknown"; - int thread_errno; + int thread_errno = 0; if (nDPId_return.thread_return_value.val != 0) { |