aboutsummaryrefslogtreecommitdiff
path: root/src/datastore
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-03-22 18:12:39 +0000
committerChristian Grothoff <christian@grothoff.org>2012-03-22 18:12:39 +0000
commit6ba8bbb5b9034d61ea1b54c7a6d0a670e759b6eb (patch)
tree8fb62d98fd3d4462730c1fafec7b74ff1f96642d /src/datastore
parent1523e4484f658161ecbe4803ffab5d36ce277d0e (diff)
downloadgnunet-6ba8bbb5b9034d61ea1b54c7a6d0a670e759b6eb.tar.gz
gnunet-6ba8bbb5b9034d61ea1b54c7a6d0a670e759b6eb.zip
-docs
Diffstat (limited to 'src/datastore')
-rw-r--r--src/datastore/plugin_datastore_postgres.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datastore/plugin_datastore_postgres.c b/src/datastore/plugin_datastore_postgres.c
index 16393c23c..31ba09a87 100644
--- a/src/datastore/plugin_datastore_postgres.c
+++ b/src/datastore/plugin_datastore_postgres.c
@@ -339,7 +339,7 @@ init_connection (struct Plugin *plugin)
339 * @return GNUNET_OK on success 339 * @return GNUNET_OK on success
340 */ 340 */
341static int 341static int
342delete_by_rowid (struct Plugin *plugin, unsigned int rowid) 342delete_by_rowid (struct Plugin *plugin, uint32_t rowid)
343{ 343{
344 uint32_t browid; 344 uint32_t browid;
345 const char *paramValues[] = { (const char *) &browid }; 345 const char *paramValues[] = { (const char *) &browid };