[netfilter-cvslog] r6328 - branches/ulog/ulogd2/util

laforge at netfilter.org laforge at netfilter.org
Thu Dec 15 18:32:31 CET 2005


Author: laforge at netfilter.org
Date: 2005-12-15 18:32:30 +0100 (Thu, 15 Dec 2005)
New Revision: 6328

Modified:
   branches/ulog/ulogd2/util/db.c
Log:
use driver's open_db routine


Modified: branches/ulog/ulogd2/util/db.c
===================================================================
--- branches/ulog/ulogd2/util/db.c	2005-12-15 14:07:53 UTC (rev 6327)
+++ branches/ulog/ulogd2/util/db.c	2005-12-15 17:32:30 UTC (rev 6328)
@@ -211,7 +211,7 @@
 	if (di->reconnect && di->reconnect > time(NULL))
 		return 0;
 	
-	if (open_db(upi)) {
+	if (di->driver->open_db(upi)) {
 		ulogd_log(ULOGD_ERROR, "can't establish database connection\n");
 		return _init_reconnect(upi);
 	}




More information about the netfilter-cvslog mailing list