From: Schanzenbach, Martin Date: Mon, 16 Dec 2019 08:33:36 +0000 (+0100) Subject: fix mysql build X-Git-Tag: v0.12.0~12 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d7fcff4a8995dab26ae87d9a3048282cbe639014;p=oweals%2Fgnunet.git fix mysql build --- diff --git a/src/my/my.c b/src/my/my.c index a4099d088..256f71742 100644 --- a/src/my/my.c +++ b/src/my/my.c @@ -239,7 +239,7 @@ GNUNET_MY_extract_result (struct GNUNET_MYSQL_StatementHandle *sh, mysql_stmt_free_result (stmt); for (unsigned int j = 0; j < i; j++) if (NULL != rs[j].cleaner) - rs[j].cleaner (rs[j].cls, + rs[j].cleaner (rs[j].conv_cls, rs[j].dst); return GNUNET_SYSERR; }