Skip to content

Commit 7cd566a

Browse files
committed
Get rid of a couple FIXMEs
1 parent 998e497 commit 7cd566a

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

auparse/auparse.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -618,8 +618,6 @@ static void consume_feed(auparse_state_t *au, int flush)
618618
/* Terminate all outstanding events, as we are at end of input
619619
* (ie mark BUILDING events as COMPLETE events) then if we
620620
* have a callback execute the callback on each event
621-
* FIXME: Should we implement a 'checkpoint' concept as per
622-
* ausearch or accept these 'partial' events?
623621
*/
624622
event_list_t *l;
625623

src/aureport-output.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -520,8 +520,7 @@ void print_per_event_item(llist *l)
520520
} while (alist_next_avc(l->s.avc));
521521
break;
522522
case RPT_CONFIG:
523-
// FIXME:who, action, what, outcome, event
524-
// NOW: type auid success event
523+
// type auid success event
525524
printf("%s %s %s %lu\n",
526525
audit_msg_type_to_name(l->head->type),
527526
aulookup_uid(l->s.loginuid, name, sizeof(name)),

src/ausearch-lol.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,6 @@ static int extract_timestamp(const char *b, event *e)
248248
}
249249

250250
// This function will check events to see if they are complete
251-
// FIXME: Can we think of other ways to determine if the event is done?
252251
static void check_events(lol *lo, time_t sec)
253252
{
254253
int i;

0 commit comments

Comments
 (0)