fixed ID selection bug when peer doesn't include IDr payload

allowing vendor ID in any messag
This commit is contained in:
Martin Willi
2007-03-05 15:22:50 +00:00
parent 03ffdf7526
commit 5bf1be3c9f
4 changed files with 34 additions and 40 deletions
+1 -1
View File
@@ -830,7 +830,7 @@ static char *get_interface_name(private_kernel_interface_t *this, host_t* ip)
}
else
{
DBG1(DBG_IKE, "%H is not a local address", ip);
DBG2(DBG_IKE, "%H is not a local address", ip);
}
return name;
}