summaryrefslogtreecommitdiff
path: root/lib/top_block.cpp
diff options
context:
space:
mode:
authorJosh Blum2012-11-08 00:10:26 -0800
committerJosh Blum2012-11-08 00:10:26 -0800
commitd1d9b98d31d17b9c7b8b80105de890c287ccf96e (patch)
tree26944b48f8eb758fe5ecaaa41a5bcb9e7db6d495 /lib/top_block.cpp
parent4e6548ed237f3d6eda4383d6a07a4d1e99f404f6 (diff)
downloadsandhi-d1d9b98d31d17b9c7b8b80105de890c287ccf96e.tar.gz
sandhi-d1d9b98d31d17b9c7b8b80105de890c287ccf96e.tar.bz2
sandhi-d1d9b98d31d17b9c7b8b80105de890c287ccf96e.zip
lot of python locking hell...
Diffstat (limited to 'lib/top_block.cpp')
-rw-r--r--lib/top_block.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/top_block.cpp b/lib/top_block.cpp
index c321612..f5fb1a4 100644
--- a/lib/top_block.cpp
+++ b/lib/top_block.cpp
@@ -47,7 +47,7 @@ TopBlock::TopBlock(const std::string &name):
void ElementImpl::top_block_cleanup(void)
{
this->executor->post_all(TopInertMessage());
- this->topology->clear_all();;
+ this->topology->clear_all();
this->executor->commit();
if (ARMAGEDDON) std::cerr
<< "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\n"