Skip to content

Commit

Permalink
Merge pull request firnsy#163 from colingrady/bugfixes
Browse files Browse the repository at this point in the history
spo_syslog_full bugfix
  • Loading branch information
firnsy committed Oct 21, 2015
2 parents 40b046d + 0a87188 commit fc95b82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/output-plugins/spo_syslog_full.c
Original file line number Diff line number Diff line change
Expand Up @@ -1213,6 +1213,7 @@ void OpSyslog_Log(Packet *p, void *event, uint32_t event_type, void *arg)
{
LogMessage("OpSyslog_Log(): Is currently unable to handle Event Type [%u] \n",
event_type);
return;
}

syslogContext = (OpSyslog_Data *)arg;
Expand Down

0 comments on commit fc95b82

Please sign in to comment.