mirror of
https://github.com/znc/znc.git
synced 2026-05-04 04:22:37 +02:00
Changed from CUser::GetPemLocation() to CZNC::GetPemLocation()
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@517 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -20,6 +20,9 @@ using std::pair;
|
||||
* Author: imaginos <imaginos@imaginos.net>
|
||||
*
|
||||
* $Log$
|
||||
* Revision 1.18 2005/09/20 04:31:19 prozacx
|
||||
* Changed from CUser::GetPemLocation() to CZNC::GetPemLocation()
|
||||
*
|
||||
* Revision 1.17 2005/09/07 05:14:28 prozacx
|
||||
* Renamed md5.cpp/h to MD5.cpp/h
|
||||
*
|
||||
@@ -188,7 +191,7 @@ public:
|
||||
|
||||
if ( m_sPemFile.empty() )
|
||||
{
|
||||
m_sPemFile = m_pUser->GetPemLocation();
|
||||
m_sPemFile = CZNC::Get().GetPemLocation();
|
||||
}
|
||||
|
||||
if (!CFile::Exists(m_sPemFile)) {
|
||||
|
||||
Reference in New Issue
Block a user