From 4cf459a0546900b0ed05eaa72476768c6dcd515d Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Thu, 29 Jul 2010 13:37:39 +0200 Subject: pluto: Fixed the reqid that is passed to the updown script. --- src/pluto/kernel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pluto/kernel.c') diff --git a/src/pluto/kernel.c b/src/pluto/kernel.c index f051ebb6d..6b14c37ad 100644 --- a/src/pluto/kernel.c +++ b/src/pluto/kernel.c @@ -525,7 +525,7 @@ static bool do_command(connection_t *c, struct spd_route *sr, , nexthop_str , c->interface->vname , sr->this.hostaccess? "PLUTO_HOST_ACCESS='1' " : "" - , sr->reqid + 1 /* ESP requid */ + , sr->reqid , me_str , secure_myid_str , myclient_str -- cgit v1.2.3