aboutsummaryrefslogtreecommitdiff
path: root/src/psycstore/plugin_psycstore_mysql.c
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2016-10-12 19:31:44 +0000
committerGabor X Toth <*@tg-x.net>2016-10-12 19:31:44 +0000
commitcb1ae526f2eb09e18f403cf1a91d9776aa5b4d51 (patch)
tree6a7d56da18a4d564937c73d1a794f42cb6a1bc00 /src/psycstore/plugin_psycstore_mysql.c
parenta0efe1077eb5e38f1f637c46492602349c74fdbd (diff)
downloadgnunet-cb1ae526f2eb09e18f403cf1a91d9776aa5b4d51.tar.gz
gnunet-cb1ae526f2eb09e18f403cf1a91d9776aa5b4d51.zip
psycstore: postgres fixes
Diffstat (limited to 'src/psycstore/plugin_psycstore_mysql.c')
-rw-r--r--src/psycstore/plugin_psycstore_mysql.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/psycstore/plugin_psycstore_mysql.c b/src/psycstore/plugin_psycstore_mysql.c
index 778bc8a08..71f2eb5b8 100644
--- a/src/psycstore/plugin_psycstore_mysql.c
+++ b/src/psycstore/plugin_psycstore_mysql.c
@@ -1590,8 +1590,8 @@ state_sync_assign (void *cls,
1590 const char *name, const void *value, size_t value_size) 1590 const char *name, const void *value, size_t value_size)
1591{ 1591{
1592 struct Plugin *plugin = cls; 1592 struct Plugin *plugin = cls;
1593 return state_assign (cls, plugin->insert_state_sync, channel_key, 1593 return state_assign (cls, plugin->insert_state_sync,
1594 name, value, value_size); 1594 channel_key, name, value, value_size);
1595} 1595}
1596 1596
1597 1597