]> git.proxmox.com Git - mirror_qemu.git/blobdiff - net/filter-rewriter.c
Merge tag 'pull-maintainer-may24-160524-2' of https://gitlab.com/stsquad/qemu into...
[mirror_qemu.git] / net / filter-rewriter.c
index bf05023dc3c698341d4f8563c8484252b162926a..c18c4c20190176b620f462a4cf56705da81deaaf 100644 (file)
@@ -383,7 +383,7 @@ static void colo_rewriter_setup(NetFilterState *nf, Error **errp)
     s->connection_track_table = g_hash_table_new_full(connection_key_hash,
                                                       connection_key_equal,
                                                       g_free,
-                                                      connection_destroy);
+                                                      NULL);
     s->incoming_queue = qemu_new_net_queue(qemu_netfilter_pass_to_next, nf);
 }