mirror of https://github.com/Icinga/icinga2.git
Merge branch 'master' of github.com:gunnarbeutner/strawberry
This commit is contained in:
commit
3fd4177ba0
|
@ -57,6 +57,8 @@ void FIFO::ResizeBuffer(size_t newSize)
|
||||||
if (newBuffer == NULL)
|
if (newBuffer == NULL)
|
||||||
throw bad_alloc();
|
throw bad_alloc();
|
||||||
|
|
||||||
|
m_Buffer = newBuffer;
|
||||||
|
|
||||||
m_AllocSize = newSize;
|
m_AllocSize = newSize;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue