Skip to content
Snippets Groups Projects
Commit 41e032c8 authored by Stepan Salenikovich's avatar Stepan Salenikovich Committed by gerrit2
Browse files

security_const: correct namespace comment

Dring should be DRing. To prevent people who copy paste the full
namespace path from the comment getting compilation errors.

Change-Id: Ia1ccc801ca355bfd691bfe84b3c9ad6ed6c2e36c
Tuleap: #753
parent 36e857fc
Branches
Tags
No related merge requests found
......@@ -28,12 +28,12 @@ namespace Status {
constexpr static char UNDEFINED [] = "UNDEFINED";
constexpr static char ALLOWED [] = "ALLOWED";
constexpr static char BANNED [] = "BANNED";
} //namespace Dring::Certificate::Status
} //namespace DRing::Certificate::Status
namespace TrustStatus {
constexpr static char UNTRUSTED [] = "UNTRUSTED";
constexpr static char TRUSTED [] = "TRUSTED";
} //namespace Dring::Certificate::TrustStatus
} //namespace DRing::Certificate::TrustStatus
/**
* Those constantes are used by the ConfigurationManager.validateCertificate method
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment