We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f1eaad commit 1155068Copy full SHA for 1155068
auparse/auparse.c
@@ -612,9 +612,6 @@ static void consume_feed(auparse_state_t *au, int flush)
612
}
613
614
if (flush) {
615
- // FIXME: might need a call here to force auparse_next_event()
616
- // to consume any partial data not fully consumed.
617
-
618
/* Terminate all outstanding events, as we are at end of input
619
* (ie mark BUILDING events as COMPLETE events) then if we
620
* have a callback execute the callback on each event
0 commit comments