aboutsummaryrefslogtreecommitdiff
path: root/oracle/native
diff options
context:
space:
mode:
Diffstat (limited to 'oracle/native')
-rw-r--r--oracle/native/driver.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oracle/native/driver.cxx b/oracle/native/driver.cxx
index 33d18e0..0e90ff0 100644
--- a/oracle/native/driver.cxx
+++ b/oracle/native/driver.cxx
@@ -22,7 +22,7 @@ main (int argc, char* argv[])
{
try
{
- auto_ptr<database> db (create_database (argc, argv, false));
+ auto_ptr<database> db (create_database (argc, argv));
// Create the database schema.
//