summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq++/pgenv.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/libpq++/pgenv.cc')
-rw-r--r--src/interfaces/libpq++/pgenv.cc6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/interfaces/libpq++/pgenv.cc b/src/interfaces/libpq++/pgenv.cc
index aab4f213eb2..7d696cf043f 100644
--- a/src/interfaces/libpq++/pgenv.cc
+++ b/src/interfaces/libpq++/pgenv.cc
@@ -14,7 +14,7 @@
* Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/pgenv.cc,v 1.1.1.1 1996/07/09 06:22:18 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/pgenv.cc,v 1.2 1996/11/18 01:43:55 bryanh Exp $
*
*-------------------------------------------------------------------------
*/
@@ -23,14 +23,12 @@
#include "libpq++.H"
#define DefaultAuth DEFAULT_CLIENT_AUTHSVC
-#define DefaultPort POSTPORT
+#define DefaultPort "5432"
// default constructor for PGenv
// checks the environment variables
PGenv::PGenv()
{
- char* temp;
-
pgauth = NULL;
pghost = NULL;
pgport = NULL;