diff -u a/textopsx.c b/textopsx.c --- a/textopsx.c 2011-10-05 16:42:12.000000000 +0100 +++ b/textopsx.c 2011-10-05 16:44:38.000000000 +0100 @@ -128,6 +128,7 @@ msg->set_global_port = tmp.set_global_port; msg->flags = tmp.flags; msg->msg_flags = tmp.msg_flags; + msg->hash_index = tmp.hash_index; msg->force_send_socket = tmp.force_send_socket; msg->fwd_send_flags = tmp.fwd_send_flags; msg->rpl_send_flags = tmp.rpl_send_flags;