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 63da504b..3c6d82e0 100644
--- a/syslog.c
+++ b/syslog.c
@@ -225,7 +225,8 @@ static_def(struct strm_ops syslog_strm_ops =
stream_print_op,
cobj_destroy_free_op,
syslog_mark,
- cobj_eq_hash_op),
+ cobj_eq_hash_op,
+ 0),
wli("syslog-stream"),
syslog_put_string,
syslog_put_char,