ENGINE-389: type confusion - corrected rating_unencrypted to ct_no_encryption for determining max comm type.
1.1 --- a/src/message_api.c Tue Feb 20 12:35:30 2018 +0100
1.2 +++ b/src/message_api.c Wed Feb 21 09:57:53 2018 +0100
1.3 @@ -2915,7 +2915,7 @@
1.4 // PEP_CANNOT_FIND_IDENTITY only comes back when we've really
1.5 // got nothing from update_identity after applying the whole
1.6 // heuristic
1.7 - *max_comm_type = PEP_rating_unencrypted;
1.8 + *max_comm_type = PEP_ct_no_encryption;
1.9 *comm_type_determined = true;
1.10 }
1.11 else {