diff options
Diffstat (limited to 'syslog.c')
-rw-r--r-- | syslog.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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, |