diff --git a/ndb/test/ndbapi/bench/mainPopulate.cpp b/ndb/test/ndbapi/bench/mainPopulate.cpp
index d017c2a3f4b0aa97015effba0317d5f4976fafcc..5ab1a5b015d4c59330610d233619db974abb0783 100644
--- a/ndb/test/ndbapi/bench/mainPopulate.cpp
+++ b/ndb/test/ndbapi/bench/mainPopulate.cpp
@@ -53,11 +53,11 @@ NDB_STD_OPTS_VARS;
 
 NDB_COMMAND(DbCreate, "DbCreate", "DbCreate", "DbCreate", 16384)
 {
+  ndb_init();
   int i;
   UserHandle *uh;
   
   useTableLogging = 0;
-  NDB_INIT(argv[0]);
   
   for(i = 1; i<argc; i++){
     if(strcmp(argv[i], "-l") == 0){