From a7e7811faf2da434c0175df943f3955055b8b794 Mon Sep 17 00:00:00 2001
From: Jonathan McDowell <noodles@earth.li>
Date: Mon, 31 May 2004 23:46:59 +0000
Subject: [PATCH] cscvs to tla changeset 13 Author: noodles Date: 2002/09/08
 10:38:26 Adding default file DB directory.

---
 onak-conf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/onak-conf.c b/onak-conf.c
index a3ee64b..98d08c6 100644
--- a/onak-conf.c
+++ b/onak-conf.c
@@ -27,7 +27,7 @@ struct onak_config config = {
 	/*
 	 * Options for the file backend.
 	 */
-	NULL,			/* file_dbpath */
+	"/home/noodles/projects/onak/db",	/* file_dbpath */
 	
 	/*
 	 * Options for the Postgres backend.
-- 
2.39.5