mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-15 00:00:16 -04:00
fixed bug which erroneously detected KE payload when rekeying
This commit is contained in:
parent
e3109c02ac
commit
b34be51cef
@ -521,6 +521,7 @@ static status_t get_response(private_create_child_sa_t *this, message_t *request
|
||||
break;
|
||||
case TRAFFIC_SELECTOR_RESPONDER:
|
||||
tsr_request = (ts_payload_t*)payload;
|
||||
break;
|
||||
case KEY_EXCHANGE:
|
||||
{
|
||||
u_int8_t dh_buffer[] = {0x00, 0x00}; /* MODP_NONE */
|
||||
|
Loading…
x
Reference in New Issue
Block a user