]> err.no Git - yubikey-server-c/commitdiff
XXX comment
authorTollef Fog Heen <tfheen@err.no>
Mon, 12 Oct 2009 10:20:28 +0000 (12:20 +0200)
committerTollef Fog Heen <tfheen@err.no>
Mon, 12 Oct 2009 10:20:28 +0000 (12:20 +0200)
src/main.c

index 6a8cf498d87355bb7ea34b0d6c9c9fed2e8ca5f8..c52d24fa22da90b6a551abf57648e4fd315aa880 100644 (file)
@@ -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",