mirror of
https://github.com/anope/anope.git
synced 2026-07-03 15:13:14 +02:00
Added m_ssl.cpp which allows Anope to use SSL when connecting to its uplink
This commit is contained in:
@@ -556,8 +556,7 @@ class DBPlain : public Module
|
||||
void BackupDatabase()
|
||||
{
|
||||
/* Do not backup a database that doesn't exist */
|
||||
struct stat DBInfo;
|
||||
if (stat(DatabaseFile.c_str(), &DBInfo))
|
||||
if (!IsFile(DatabaseFile))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user