diff options
Diffstat (limited to 'src/exchangedb/plugin_exchangedb_postgres.c')
-rw-r--r-- | src/exchangedb/plugin_exchangedb_postgres.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c index 95ea6a4b..e2a740f1 100644 --- a/src/exchangedb/plugin_exchangedb_postgres.c +++ b/src/exchangedb/plugin_exchangedb_postgres.c @@ -194,9 +194,9 @@ postgres_create_tables (void *cls) /** - * Initialize prepared statements for @a sess. + * Initialize prepared statements for @a pg. * - * @param[in,out] sess session to initialize + * @param[in,out] pg connection to initialize * @return #GNUNET_OK on success */ static enum GNUNET_GenericReturnValue |