]> git.sesse.net Git - wloh/commitdiff
Remove password that leaked out into the git repository. (It has also been changed... master
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 4 Aug 2013 14:29:29 +0000 (16:29 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 4 Aug 2013 14:29:29 +0000 (16:29 +0200)
bayeswf.cpp

index 006ac2857fa7e2ed1db8b9c0df1b07152de3123d..1e954b282342fb2306933b7149aad4bd2dd51f2f 100644 (file)
@@ -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) {