aboutsummaryrefslogtreecommitdiffstats
path: root/src/pluto/kernel.c
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2010-07-29 13:37:39 +0200
committerTobias Brunner <tobias@strongswan.org>2010-09-02 19:04:21 +0200
commit4cf459a0546900b0ed05eaa72476768c6dcd515d (patch)
treeb367f1e04c7fa223195de8236e38614e694eb2bd /src/pluto/kernel.c
parent199a415710fc1030236f96a5ba5a6267c518470f (diff)
downloadstrongswan-4cf459a0546900b0ed05eaa72476768c6dcd515d.tar.bz2
strongswan-4cf459a0546900b0ed05eaa72476768c6dcd515d.tar.xz
pluto: Fixed the reqid that is passed to the updown script.
Diffstat (limited to 'src/pluto/kernel.c')
-rw-r--r--src/pluto/kernel.c2
1 files changed, 1 insertions, 1 deletions
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