diff options
author | Tobias Brunner <tobias@strongswan.org> | 2010-07-29 13:37:39 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2010-09-02 19:04:21 +0200 |
commit | 4cf459a0546900b0ed05eaa72476768c6dcd515d (patch) | |
tree | b367f1e04c7fa223195de8236e38614e694eb2bd | |
parent | 199a415710fc1030236f96a5ba5a6267c518470f (diff) | |
download | strongswan-4cf459a0546900b0ed05eaa72476768c6dcd515d.tar.bz2 strongswan-4cf459a0546900b0ed05eaa72476768c6dcd515d.tar.xz |
pluto: Fixed the reqid that is passed to the updown script.
-rw-r--r-- | src/pluto/kernel.c | 2 |
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 |