change up a comment that is wrong.

This commit is contained in:
Joris Vink 2017-06-01 10:10:54 +02:00
parent ae9694fb1d
commit 19b7f75b90
1 changed files with 1 additions and 2 deletions

View File

@ -55,8 +55,7 @@ page(struct http_request *req)
* Initialise our kore_pgsql data structure with the database name
* we want to connect to (note that we registered this earlier with
* kore_pgsql_register()). We also say we will perform a synchronous
* query (KORE_PGSQL_SYNC) and we do not need to pass our http_request
* so we pass NULL instead.
* query (KORE_PGSQL_SYNC).
*/
if (!kore_pgsql_setup(&sql, "db", KORE_PGSQL_SYNC)) {
kore_pgsql_logerror(&sql);