]> arthur.barton.de Git - netatalk.git/commitdiff
it's 4.3, not 4.1 *sigh*
authorbfernhomberg <bfernhomberg>
Thu, 12 May 2005 00:22:26 +0000 (00:22 +0000)
committerbfernhomberg <bfernhomberg>
Thu, 12 May 2005 00:22:26 +0000 (00:22 +0000)
bin/cnid/cnid_index.c

index 388cf69f66d236a6819fe939949a849237928eb8..66659b819d3625c4f64c64aa6964934293cc4751 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: cnid_index.c,v 1.3 2005-05-12 00:20:24 bfernhomberg Exp $
+ * $Id: cnid_index.c,v 1.4 2005-05-12 00:22:26 bfernhomberg Exp $
  *
  * All Rights Reserved.  See COPYING.
  */
@@ -274,7 +274,7 @@ static int dbif_count(const int dbi, u_int32_t *count)
     DB_BTREE_STAT *sp;
     DB *db = db_table[dbi].db;
 
-#if DB_VERSION_MAJOR > 4 || (DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 1)
+#if DB_VERSION_MAJOR > 4 || (DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 3)
     ret = db->stat(db, db_txn, &sp, 0);
 #else
     ret = db->stat(db, &sp, 0);