summaryrefslogtreecommitdiffstats
path: root/src/bp_sim.cpp
diff options
context:
space:
mode:
authorHanoh Haim <hhaim@cisco.com>2015-11-11 22:10:05 +0200
committerHanoh Haim <hhaim@cisco.com>2015-11-11 22:10:05 +0200
commit151266e34245b99ce4cac70d82be79bfb5a3ebf9 (patch)
tree76bb6bad5d8b25e2918bc1e427c05618e647edec /src/bp_sim.cpp
parent6294136db42a3327049c67c12eab4684c4abbe47 (diff)
add support for multi-burst
Diffstat (limited to 'src/bp_sim.cpp')
-rwxr-xr-xsrc/bp_sim.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bp_sim.cpp b/src/bp_sim.cpp
index c63ad1af..39d46d16 100755
--- a/src/bp_sim.cpp
+++ b/src/bp_sim.cpp
@@ -3517,7 +3517,6 @@ int CNodeGenerator::flush_file(dsec_t max_time,
/* if the stream has been deactivated - end */
if (unlikely(!node_sl->is_active())) {
thread->free_node(node);
-
} else {
node_sl->handle(thread);
}