fixed compile warnings when using -Wall
further CHILD_SA rekeying work done: creation of a new CHILD_SA on a expire from a kernel works delete of old CHILD_SA still missing some issues when both initiate rekeing
This commit is contained in:
@@ -470,7 +470,7 @@ static void stroke_status(private_stroke_t *this, stroke_msg_t *msg)
|
||||
*/
|
||||
static void stroke_list(private_stroke_t *this, stroke_msg_t *msg, bool utc)
|
||||
{
|
||||
if (msg->type = STR_LIST_CERTS)
|
||||
if (msg->type == STR_LIST_CERTS)
|
||||
{
|
||||
charon->credentials->log_certificates(charon->credentials, this->stroke_logger, utc);
|
||||
charon->credentials->log_ca_certificates(charon->credentials, this->stroke_logger, utc);
|
||||
|
||||
Reference in New Issue
Block a user