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:
dsandersoremutah
2006-06-30 21:50:11 +00:00
parent 8d140c2c04
commit 9103a48ad7

View File

@@ -1337,7 +1337,7 @@ Exit:
if( RC_BAD( rc))
{
dbRemove( pszDbPath, pszDataDir, NULL, FALSE);
dropDatabase( pszDbPath, pszDataDir, NULL, FALSE);
}
return( rc);