aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/sa/child_sa.c
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2006-03-02 09:56:30 +0000
committerMartin Willi <martin@strongswan.org>2006-03-02 09:56:30 +0000
commitaa5a35a0056a50c563af9fa1d7c808e1f869405c (patch)
tree2976803255d24e642b86147186eb774ff78c59f7 /Source/charon/sa/child_sa.c
parent5d187bd234913b8b1004f3e21ca236d458949831 (diff)
downloadstrongswan-aa5a35a0056a50c563af9fa1d7c808e1f869405c.tar.bz2
strongswan-aa5a35a0056a50c563af9fa1d7c808e1f869405c.tar.xz
- comments and cleanups
Diffstat (limited to 'Source/charon/sa/child_sa.c')
-rw-r--r--Source/charon/sa/child_sa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/charon/sa/child_sa.c b/Source/charon/sa/child_sa.c
index faadf27ce..adf4c62dd 100644
--- a/Source/charon/sa/child_sa.c
+++ b/Source/charon/sa/child_sa.c
@@ -550,7 +550,7 @@ static void destroy(private_child_sa_t *this)
*/
child_sa_t * child_sa_create(host_t *me, host_t* other)
{
- static u_int32_t reqid = 1;
+ static u_int32_t reqid = 0xc0000000;
private_child_sa_t *this = allocator_alloc_thing(private_child_sa_t);
/* public functions */