]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/database/DatabaseConnection.java
Changing GigiConfig Exchange format to tar.
[gigi.git] / src / org / cacert / gigi / database / DatabaseConnection.java
index 424723dd2ef7d4f9026ea9d0c7cffef2896163bd..9f9193a7ad0f2fedafaa45fccb415fd22e33b8d2 100644 (file)
@@ -13,7 +13,7 @@ public class DatabaseConnection {
        public static final int CONNECTION_TIMEOUT = 24 * 60 * 60;
        Connection c;
        HashMap<String, PreparedStatement> statements = new HashMap<String, PreparedStatement>();
-       private static Properties credentials = new Properties();
+       private static Properties credentials;
        Statement adHoc;
        public DatabaseConnection() {
                try {