aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing_api_loop.c
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2021-12-02 10:49:23 +0100
committert3sserakt <t3ss@posteo.de>2021-12-02 10:49:23 +0100
commit27e4f78f34c79ed18645cb15fc2c5f731c137076 (patch)
treedf9121b30b3c6efb4a5ba4ca2676ae55613078ca /src/testing/testing_api_loop.c
parent08226446145611d21bef57fdc77e4693309f3cc4 (diff)
downloadgnunet-27e4f78f34c79ed18645cb15fc2c5f731c137076.tar.gz
gnunet-27e4f78f34c79ed18645cb15fc2c5f731c137076.zip
- fixed warning, raised log level for udp backchannel test0.15.x
Diffstat (limited to 'src/testing/testing_api_loop.c')
-rw-r--r--src/testing/testing_api_loop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testing/testing_api_loop.c b/src/testing/testing_api_loop.c
index 290311c59..36e9da220 100644
--- a/src/testing/testing_api_loop.c
+++ b/src/testing/testing_api_loop.c
@@ -123,9 +123,9 @@ get_command (struct GNUNET_TESTING_Interpreter *is,
123 if (GNUNET_TESTING_cmd_is_batch_ (cmd)) 123 if (GNUNET_TESTING_cmd_is_batch_ (cmd))
124 { 124 {
125#define BATCH_INDEX 1 125#define BATCH_INDEX 1
126 struct GNUNET_TESTING_Command *batch; 126 const struct GNUNET_TESTING_Command *batch;
127 struct GNUNET_TESTING_Command *current; 127 struct GNUNET_TESTING_Command *current;
128 struct GNUNET_TESTING_Command *icmd; 128 const struct GNUNET_TESTING_Command *icmd;
129 const struct GNUNET_TESTING_Command *match; 129 const struct GNUNET_TESTING_Command *match;
130 130
131 current = GNUNET_TESTING_cmd_batch_get_current_ (cmd); 131 current = GNUNET_TESTING_cmd_batch_get_current_ (cmd);