version 0.1.3
[fms.git] / src / freenet / identityintroductioninserter.cpp
index aff048b..3c1fe5f 100644 (file)
@@ -88,7 +88,7 @@ const bool IdentityIntroductionInserter::HandleMessage(FCPMessage &message)
 void IdentityIntroductionInserter::Initialize()\r
 {\r
        m_inserting=false;\r
-       Option::instance()->Get("MessageBase",m_messagebase);\r
+       Option::Instance()->Get("MessageBase",m_messagebase);\r
 }\r
 \r
 void IdentityIntroductionInserter::Process()\r
@@ -153,4 +153,4 @@ void IdentityIntroductionInserter::StartInsert(const long localidentityid, const
                m_log->WriteLog(LogFile::LOGLEVEL_DEBUG,"IdentityIntroductionInserter::StartInsert could not find a public key for identity.  It is probably a new identity that doesn't have a key yet.");\r
        }\r
 \r
-}
\ No newline at end of file
+}\r