mirror of
https://github.com/anope/anope.git
synced 2026-06-29 11:56:38 +02:00
You dont see this
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2961 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
@@ -578,7 +578,6 @@ class DBPlain : public Module
|
||||
delete [] newname;
|
||||
return;
|
||||
}
|
||||
Alog() << "it.. doesnt exist?";
|
||||
|
||||
Alog(LOG_DEBUG) << "db_plain: Attemping to rename " << DatabaseFile << " to " << newname;
|
||||
if (rename(DatabaseFile.c_str(), newname) != 0)
|
||||
|
||||
Reference in New Issue
Block a user