gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: fix mysql build


From: gnunet
Subject: [gnunet] branch master updated: fix mysql build
Date: Mon, 16 Dec 2019 09:36:49 +0100

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new d7fcff4a8 fix mysql build
d7fcff4a8 is described below

commit d7fcff4a8995dab26ae87d9a3048282cbe639014
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Mon Dec 16 09:33:36 2019 +0100

    fix mysql build
---
 src/my/my.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
         }

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]