From 2db719a50920bb77d6f445a339c24b84931533fe Mon Sep 17 00:00:00 2001 From: Sansar Choinyambuu Date: Fri, 26 Aug 2011 11:56:50 +0200 Subject: [PATCH] Replaced reason strings with temporary ones for File Measurement Comparison --- src/libimcv/plugins/imv_attestation/imv_attestation_state.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/libimcv/plugins/imv_attestation/imv_attestation_state.c b/src/libimcv/plugins/imv_attestation/imv_attestation_state.c index cb1bac08f..cb343a143 100644 --- a/src/libimcv/plugins/imv_attestation/imv_attestation_state.c +++ b/src/libimcv/plugins/imv_attestation/imv_attestation_state.c @@ -76,9 +76,9 @@ struct entry_t { * Table of multi-lingual reason string entries */ static entry_t reasons[] = { - { "en", "IMC Attestation ..." }, - { "mn", "IMC Attestation ..." }, - { "de", "IMC Attestation ..." }, + { "en", "IMC Attestation Measurement/s of requested file didn't match" }, + { "mn", "IMC Attestation Шалгахаар тохируулсан файлуудын хэмжилтүүд таарсангүй" }, + { "de", "IMC Attestation Messung/en von angefordeten Datein stimmt nicht überein" }, }; METHOD(imv_state_t, get_connection_id, TNC_ConnectionID,