From: Steinar H. Gunderson Date: Sun, 4 Aug 2013 14:29:29 +0000 (+0200) Subject: Remove password that leaked out into the git repository. (It has also been changed... X-Git-Url: https://git.sesse.net/?p=wloh;a=commitdiff_plain Remove password that leaked out into the git repository. (It has also been changed on the server.) --- 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) {