pluto: Return value fixed.

This commit is contained in:
Tobias Brunner
2010-09-02 19:04:25 +02:00
parent d499bdf393
commit 3251294ceb
+1 -1
View File
@@ -661,7 +661,7 @@ static enum routability could_route(connection_t *c)
loglog(RC_LOG_SERIOUS
, "cannot install eroute -- it is in use for \"%s\"%s #%lu"
, ero->name, inst, esr->eroute_owner);
return FALSE; /* another connection already using the eroute */
return route_impossible;
}
}
return route_easy;