aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/pop/MCPOPSession.cc
diff options
context:
space:
mode:
authorGravatar Damien Glancy <damien.glancy@icloud.com>2013-07-20 22:34:53 +0100
committerGravatar Damien Glancy <damien.glancy@icloud.com>2013-07-20 22:34:53 +0100
commit290c2b33c10cd5520b0c4ce61bd679584be590db (patch)
tree72e45f128c8ce02b517b3356a08312c52b0f51bb /src/core/pop/MCPOPSession.cc
parente991ee7d6f3a453599d8643e61eb1b7bf766a461 (diff)
changing #warnings to TODO
Diffstat (limited to 'src/core/pop/MCPOPSession.cc')
-rw-r--r--src/core/pop/MCPOPSession.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/pop/MCPOPSession.cc b/src/core/pop/MCPOPSession.cc
index a33f2396..42a8d585 100644
--- a/src/core/pop/MCPOPSession.cc
+++ b/src/core/pop/MCPOPSession.cc
@@ -129,6 +129,7 @@ bool POPSession::isCheckCertificateEnabled()
bool POPSession::checkCertificate()
{
+ //TODO check certificate
return true;
}