Oops - put back filename argument to tdb_open().
authorTim Potter <tpot@samba.org>
Mon, 28 Feb 2000 00:38:45 +0000 (00:38 +0000)
committerTim Potter <tpot@samba.org>
Mon, 28 Feb 2000 00:38:45 +0000 (00:38 +0000)
source/tdb/tdbtorture.c

index 159b47f369596d6a2eab97d7d535aefa2872f612..90dcc38aba1e0ea73735a67a12caad8a15272211 100644 (file)
@@ -98,7 +98,7 @@ int main(int argc, char *argv[])
                if (fork() == 0) break;
        }
 
-       db = tdb_open(NULL, 0, TDB_CLEAR_IF_FIRST, 
+       db = tdb_open("test.tdb", 0, TDB_CLEAR_IF_FIRST, 
                      O_RDWR | O_CREAT, 0600);
        if (!db) {
                fatal("db open failed");