parameters of change_state() method changed
This commit is contained in:
@@ -87,7 +87,8 @@ TNC_Result TNC_IMC_NotifyConnectionChange(TNC_IMCID imc_id,
|
|||||||
case TNC_CONNECTION_STATE_ACCESS_ISOLATED:
|
case TNC_CONNECTION_STATE_ACCESS_ISOLATED:
|
||||||
case TNC_CONNECTION_STATE_ACCESS_NONE:
|
case TNC_CONNECTION_STATE_ACCESS_NONE:
|
||||||
default:
|
default:
|
||||||
return imc_attestation->change_state(imc_attestation, connection_id, new_state);
|
return imc_attestation->change_state(imc_attestation, connection_id,
|
||||||
|
new_state, NULL);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -96,7 +96,8 @@ TNC_Result TNC_IMV_NotifyConnectionChange(TNC_IMVID imv_id,
|
|||||||
*/
|
*/
|
||||||
return TNC_RESULT_SUCCESS;
|
return TNC_RESULT_SUCCESS;
|
||||||
default:
|
default:
|
||||||
return imv_attestation->change_state(imv_attestation, connection_id, new_state);
|
return imv_attestation->change_state(imv_attestation, connection_id,
|
||||||
|
new_state, NULL);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user