From: Tollef Fog Heen Date: Mon, 12 Oct 2009 10:20:28 +0000 (+0200) Subject: XXX comment X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1be93e973f7b2dd3e555240fb107ac372930913;p=yubikey-server-c XXX comment --- diff --git a/src/main.c b/src/main.c index 6a8cf49..c52d24f 100644 --- a/src/main.c +++ b/src/main.c @@ -455,6 +455,7 @@ int main(int UNUSED(argc), char ** UNUSED(argv)) { struct MHD_Daemon *d; + /* XXX connect args should go in config file */ db_conn = PQconnectdb("dbname=yubikey port=5433"); if (PQstatus(db_conn) != CONNECTION_OK) { fprintf(stderr, "Connection to database failed: %s",