Index: trunk/ippTools/src/pxconfig.c
===================================================================
--- trunk/ippTools/src/pxconfig.c	(revision 6339)
+++ trunk/ippTools/src/pxconfig.c	(revision 6341)
@@ -16,5 +16,5 @@
     config->camera_name     = NULL;
     config->filter          = NULL;
-    config->database        = NULL;
+    config->dbh        = NULL;
     config->site            = NULL;
     config->recipe          = NULL;
@@ -37,5 +37,5 @@
     psFree(config->camera_name);
     psFree(config->filter);
-    psFree(config->database); 
+    psFree(config->dbh); 
     psFree(config->site);
     psFree(config->recipe);
