openswan-2.3.1 programs/pluto/kernel.c line 837: return FALSE; /* another connection already using the eroute */ This is a return from function could_route which is declared to return enum routability. So this return is wrong. Perhaps harmlessly. I noticed this while trying to understand http://bugs.xelerance.com/view.php?id=341