summaryrefslogtreecommitdiffstats
path: root/syslog.c
diff options
context:
space:
mode:
Diffstat (limited to 'syslog.c')
-rw-r--r--syslog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/syslog.c b/syslog.c
index f3933a25..1123bbeb 100644
--- a/syslog.c
+++ b/syslog.c
@@ -223,7 +223,7 @@ static_def(struct strm_ops syslog_strm_ops =
stream_print_op,
cobj_destroy_free_op,
syslog_mark,
- cobj_hash_op),
+ cobj_eq_hash_op),
wli("syslog-stream"),
syslog_put_string,
syslog_put_char,