diff --git a/tools/conf_migration_tool/conf_migrate.py b/tools/conf_migration_tool/conf_migrate.py index 398d003604..425e4886bd 100755 --- a/tools/conf_migration_tool/conf_migrate.py +++ b/tools/conf_migration_tool/conf_migrate.py @@ -899,18 +899,18 @@ def _server_cert_notif_12_0_1(value: str, _) -> str: ) value_injections_desc: ValuesInjectionsDescType = { - 'mod_rdp': { - 'hide_client_name': ( - # inclusive range - ( - ( - (RedemptionVersion("9.0.8"), RedemptionVersion("9.0.9")), - (RedemptionVersion("10.0.4"), RedemptionVersion("10.0.5")), - ), - '1', - ), - ) - } + # 'mod_rdp': { + # 'hide_client_name': ( + # # inclusive range + # ( + # ( + # (RedemptionVersion("9.0.8"), RedemptionVersion("9.0.9")), + # (RedemptionVersion("10.0.4"), RedemptionVersion("10.0.5")), + # ), + # '1', + # ), + # ) + # } } if __name__ == '__main__':