summaryrefslogtreecommitdiff
path: root/x2p
diff options
context:
space:
mode:
Diffstat (limited to 'x2p')
-rw-r--r--x2p/hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/x2p/hash.c b/x2p/hash.c
index fb743fdbe9..9cc50f8dba 100644
--- a/x2p/hash.c
+++ b/x2p/hash.c
@@ -144,6 +144,6 @@ int
hiterinit(register HASH *tb)
{
tb->tbl_riter = -1;
- tb->tbl_eiter = Null(HENT*);
+ tb->tbl_eiter = (HENT*)NULL;
return tb->tbl_fill;
}