NOTIFY error message types include 16383
This commit is contained in:
@@ -825,7 +825,7 @@ static status_t process_i(private_ike_auth_t *this, message_t *message)
|
|||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
{
|
{
|
||||||
if (type < 16383)
|
if (type <= 16383)
|
||||||
{
|
{
|
||||||
DBG1(DBG_IKE, "received %N notify error",
|
DBG1(DBG_IKE, "received %N notify error",
|
||||||
notify_type_names, type);
|
notify_type_names, type);
|
||||||
|
|||||||
Reference in New Issue
Block a user