aboutsummaryrefslogtreecommitdiff
path: root/src/regex/gnunet-regex-profiler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regex/gnunet-regex-profiler.c')
-rw-r--r--src/regex/gnunet-regex-profiler.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regex/gnunet-regex-profiler.c b/src/regex/gnunet-regex-profiler.c
index 600645fa1..6adbd15b2 100644
--- a/src/regex/gnunet-regex-profiler.c
+++ b/src/regex/gnunet-regex-profiler.c
@@ -1528,10 +1528,10 @@ controller_event_cb (void *cls,
1528 static unsigned int slaves_started; 1528 static unsigned int slaves_started;
1529 unsigned int peer_cnt; 1529 unsigned int peer_cnt;
1530 1530
1531 dll_op = event->details.operation_finished.op_cls; 1531 dll_op = event->op_cls;
1532 GNUNET_CONTAINER_DLL_remove (dll_op_head, dll_op_tail, dll_op); 1532 GNUNET_CONTAINER_DLL_remove (dll_op_head, dll_op_tail, dll_op);
1533 GNUNET_free (dll_op); 1533 GNUNET_free (dll_op);
1534 op = event->details.operation_finished.operation; 1534 op = event->op;
1535 if (NULL != event->details.operation_finished.emsg) 1535 if (NULL != event->details.operation_finished.emsg)
1536 { 1536 {
1537 GNUNET_log (GNUNET_ERROR_TYPE_WARNING, 1537 GNUNET_log (GNUNET_ERROR_TYPE_WARNING,