]> arthur.barton.de Git - netatalk.git/commitdiff
Fix a comment. We support BDB 3.x and 4.x.
authorjmarcus <jmarcus>
Sat, 4 Jan 2003 20:51:11 +0000 (20:51 +0000)
committerjmarcus <jmarcus>
Sat, 4 Jan 2003 20:51:11 +0000 (20:51 +0000)
libatalk/cnid/cnid_open.c

index ccf069c38a9372edad0bdb5aacd89fbf9bd2c096..1071581b22e654713829980cf391e24f2f2bf432 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: cnid_open.c,v 1.46 2003-01-04 20:49:33 jmarcus Exp $
+ * $Id: cnid_open.c,v 1.47 2003-01-04 20:51:11 jmarcus Exp $
  *
  * Copyright (c) 1999. Adrian Sun (asun@zoology.washington.edu)
  * All Rights Reserved. See COPYRIGHT.
@@ -600,7 +600,7 @@ dbversion_retry:
     }
 #endif /* FILE_MANGLING */
 
-    /* Print out the version of DB3 we're linked against. */
+    /* Print out the version of BDB we're linked against. */
     LOG(log_info, logtype_default, "CNID DB initialized using %s",
         db_version(NULL, NULL, NULL));