summaryrefslogtreecommitdiffstats
path: root/socket.c
diff options
context:
space:
mode:
Diffstat (limited to 'socket.c')
-rw-r--r--socket.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/socket.c b/socket.c
index 55584944..fa016251 100644
--- a/socket.c
+++ b/socket.c
@@ -678,7 +678,8 @@ static_def(struct strm_ops dgram_strm_ops =
dgram_print,
dgram_destroy,
dgram_mark,
- cobj_eq_hash_op),
+ cobj_eq_hash_op,
+ 0),
wli("dgram-sock"),
dgram_put_string,
dgram_put_char,