ng_con_nodes() receives two nodes are parameters, 'node' is referenced and locked while 'node2' is just referenced. Calling ng_findhook(node2) is racy with any hook modifications of node2. The call should be removed as the check is also done, and with correct locking, in ng_con_part2(). It's just a little bit too noisy right now.