pluto: Return value fixed.

This commit is contained in:
Tobias Brunner 2010-08-30 08:47:13 +02:00
parent d499bdf393
commit 3251294ceb
1 changed files with 1 additions and 1 deletions

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;