Comment out App type in SpecialConfigRequest.

This commit is contained in:
John Preston
2019-06-07 18:38:02 +03:00
parent 1225c9194a
commit ce760f0534
2 changed files with 9 additions and 9 deletions
@@ -35,7 +35,7 @@ public:
private:
enum class Type {
App,
//App,
Dns,
};
struct Attempt {