aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-12-10 12:29:07 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2022-12-10 12:29:07 +0900
commit7e7ed01ae49037b44b948ee812c7965e23d26594 (patch)
treed1b423ea3b433dd1c0aa5309f8aee3bfdc915f26 /src/include
parentd4f9e18c6b93143f14b953c3d4fb8cc9c70cd9fd (diff)
downloadgnunet-7e7ed01ae49037b44b948ee812c7965e23d26594.tar.gz
gnunet-7e7ed01ae49037b44b948ee812c7965e23d26594.zip
-fix memory corruption
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_testing_netjail_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_testing_netjail_lib.h b/src/include/gnunet_testing_netjail_lib.h
index eb16f6b86..6f1adde41 100644
--- a/src/include/gnunet_testing_netjail_lib.h
+++ b/src/include/gnunet_testing_netjail_lib.h
@@ -397,7 +397,7 @@ struct GNUNET_TESTING_BlockState
397 /** 397 /**
398 * Context for our asynchronous completion. 398 * Context for our asynchronous completion.
399 */ 399 */
400 struct GNUNET_TESTING_AsyncContext *ac; 400 struct GNUNET_TESTING_AsyncContext ac;
401 401
402 /** 402 /**
403 * The label of this command. 403 * The label of this command.