From 170a7f5a3aabfc0f978b5d33aa0b3af691d079b4 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 4 Aug 2013 16:29:29 +0200 Subject: [PATCH] Remove password that leaked out into the git repository. (It has also been changed on the server.) --- bayeswf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bayeswf.cpp b/bayeswf.cpp index 006ac28..1e954b2 100644 --- a/bayeswf.cpp +++ b/bayeswf.cpp @@ -406,7 +406,7 @@ void process_file(const char *filename) int main(int argc, char **argv) { #if USE_DB - pqxx::connection conn("dbname=wloh host=127.0.0.1 user=wloh password=oto4iCh5"); + pqxx::connection conn("dbname=wloh host=127.0.0.1 user=wloh password=censored"); #endif for (int i = 1; i < argc; ++i) { -- 2.39.2