Index: /trunk/psLib/src/db/psDB.c
===================================================================
--- /trunk/psLib/src/db/psDB.c	(revision 11425)
+++ /trunk/psLib/src/db/psDB.c	(revision 11426)
@@ -12,6 +12,6 @@
  *  @author Joshua Hoblitt
  *
- *  @version $Revision: 1.132 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-01-26 22:24:37 $
+ *  @version $Revision: 1.133 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-01-30 05:16:28 $
  *
  *  Copyright (C) 2005-2006  Joshua Hoblitt, University of Hawaii
@@ -149,5 +149,5 @@
     // Connect to host and mySql server with specified database
     if (!mysql_real_connect(mysql, host, user, passwd, dbname, port, NULL, 0)) {
-        psError(mysqlTopsErr(dbh->mysql), true,
+        psError(mysqlTopsErr(mysql), true,
                 _("Failed to connect to database.  Error: %s"),mysql_error(mysql));
 
