Fixed some typos
This commit is contained in:
@@ -98,7 +98,7 @@ struct private_load_tester_config_t {
|
|||||||
char *responder_id;
|
char *responder_id;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* IPSec mode, tunnel|transport|beet
|
* IPsec mode, tunnel|transport|beet
|
||||||
*/
|
*/
|
||||||
char *mode;
|
char *mode;
|
||||||
|
|
||||||
|
|||||||
@@ -1193,7 +1193,7 @@ METHOD(task_manager_t, process_message, status_t,
|
|||||||
if (this->ike_sa->get_state(this->ike_sa) == IKE_CREATED ||
|
if (this->ike_sa->get_state(this->ike_sa) == IKE_CREATED ||
|
||||||
this->ike_sa->get_state(this->ike_sa) == IKE_CONNECTING ||
|
this->ike_sa->get_state(this->ike_sa) == IKE_CONNECTING ||
|
||||||
msg->get_exchange_type(msg) != IKE_SA_INIT)
|
msg->get_exchange_type(msg) != IKE_SA_INIT)
|
||||||
{ /* only do updates based on verified messages (or inital ones) */
|
{ /* only do updates based on verified messages (or initial ones) */
|
||||||
if (!this->ike_sa->supports_extension(this->ike_sa, EXT_MOBIKE))
|
if (!this->ike_sa->supports_extension(this->ike_sa, EXT_MOBIKE))
|
||||||
{ /* with MOBIKE, we do no implicit updates. we force an
|
{ /* with MOBIKE, we do no implicit updates. we force an
|
||||||
* update of the local address on IKE_SA_INIT, but never
|
* update of the local address on IKE_SA_INIT, but never
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ struct xauth_manager_t {
|
|||||||
/**
|
/**
|
||||||
* Create a new XAuth method instance.
|
* Create a new XAuth method instance.
|
||||||
*
|
*
|
||||||
* The name may contain an option string, seperated by a colon. This option
|
* The name may contain an option string, separated by a colon. This option
|
||||||
* string gets passed to the XAuth constructor to specify the behavior
|
* string gets passed to the XAuth constructor to specify the behavior
|
||||||
* of the XAuth method.
|
* of the XAuth method.
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
/* while pthread_rwlock_rdlock(3) says that it supports multiple read locks,
|
/* while pthread_rwlock_rdlock(3) says that it supports multiple read locks,
|
||||||
* this does not seem to be true. After releasing the a recursive rdlock,
|
* this does not seem to be true. After releasing a recursive rdlock,
|
||||||
* a subsequent wrlock fails... */
|
* a subsequent wrlock fails... */
|
||||||
# undef HAVE_PTHREAD_RWLOCK_INIT
|
# undef HAVE_PTHREAD_RWLOCK_INIT
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user