summaryrefslogtreecommitdiffstats
path: root/syslog.c
diff options
context:
space:
mode:
Diffstat (limited to 'syslog.c')
-rw-r--r--syslog.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/syslog.c b/syslog.c
index d72e5866..d4c5fb8a 100644
--- a/syslog.c
+++ b/syslog.c
@@ -209,7 +209,8 @@ static struct strm_ops syslog_strm_ops =
syslog_put_byte,
0, 0, 0, 0, 0, 0, 0, 0,
syslog_get_prop,
- syslog_set_prop);
+ syslog_set_prop,
+ 0, 0, 0);
val make_syslog_stream(val prio)
{