diff options
Diffstat (limited to 'common/domainadaptor.h')
-rw-r--r-- | common/domainadaptor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/domainadaptor.h b/common/domainadaptor.h index e0912e4..16fc8c2 100644 --- a/common/domainadaptor.h +++ b/common/domainadaptor.h | |||
@@ -78,7 +78,7 @@ static void createBufferPartBuffer(const Sink::ApplicationDomain::ApplicationDom | |||
78 | // FIXME: This means all buffers in here must have the AKFB identifier | 78 | // FIXME: This means all buffers in here must have the AKFB identifier |
79 | fbb.Finish(pos, "AKFB"); | 79 | fbb.Finish(pos, "AKFB"); |
80 | flatbuffers::Verifier verifier(fbb.GetBufferPointer(), fbb.GetSize()); | 80 | flatbuffers::Verifier verifier(fbb.GetBufferPointer(), fbb.GetSize()); |
81 | if (!verifier.VerifyBuffer<Buffer>()) { | 81 | if (!verifier.VerifyBuffer<Buffer>(nullptr)) { |
82 | SinkWarning_(0, "bufferadaptor") << "Created invalid uffer"; | 82 | SinkWarning_(0, "bufferadaptor") << "Created invalid uffer"; |
83 | } | 83 | } |
84 | } | 84 | } |