Changed dbRemove to dropDatabase.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@630 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -1337,7 +1337,7 @@ Exit:
|
||||
|
||||
if( RC_BAD( rc))
|
||||
{
|
||||
dbRemove( pszDbPath, pszDataDir, NULL, FALSE);
|
||||
dropDatabase( pszDbPath, pszDataDir, NULL, FALSE);
|
||||
}
|
||||
|
||||
return( rc);
|
||||
|
||||
Reference in New Issue
Block a user