aboutsummaryrefslogtreecommitdiff
path: root/src/regex
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-03-18 13:18:32 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-03-18 13:18:32 +0000
commit72a0e53261bed8661d69e73139b5bc6b1595637d (patch)
tree43aa69b4db5a8b13b68bc8945247db755c10fe49 /src/regex
parentd0d39def77f1f81dd83823e0fe2cfe84a5393a74 (diff)
downloadgnunet-72a0e53261bed8661d69e73139b5bc6b1595637d.tar.gz
gnunet-72a0e53261bed8661d69e73139b5bc6b1595637d.zip
-fix
Diffstat (limited to 'src/regex')
-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,