Skip to content

Commit a875707

Browse files
Zainullin DamirZainullin Damir
authored andcommitted
++
1 parent 040ab41 commit a875707

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/ipfixprobe/outputPlugin/outputStorage/ringOutputStorage.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ class RingOutputStorage : public OutputStorage<ElementType> {
4343
this->m_allocationBuffer->deallocate(m_lastReadContainer, 0);
4444
m_lastReadContainer = nullptr;
4545
}*/
46-
if (ipx_ring_cnt(m_ring.get()) == 0) {
46+
/*if (ipx_ring_cnt(m_ring.get()) == 0) {
4747
return nullptr;
48-
}
48+
}*/
4949

5050
auto pop = ipx_ring_pop(m_ring.get());
5151
if (pop == nullptr) {

0 commit comments

Comments
 (0)