Add missing keymat cast to avoid compiler warning

This commit is contained in:
Martin Willi
2012-03-20 17:30:47 +01:00
parent 17ec1c74de
commit 12b6a68a5f
+1 -1
View File
@@ -1240,7 +1240,7 @@ METHOD(task_t, migrate, void,
}
this->ike_sa = ike_sa;
this->keymat = ike_sa->get_keymat(ike_sa);
this->keymat = (keymat_v2_t*)ike_sa->get_keymat(ike_sa);
this->proposal = NULL;
this->proposals = NULL;
this->tsi = NULL;