diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-06-29 15:02:31 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-06-29 15:02:31 +0200 |
commit | 24cbb7fda2486ee9d2ae8e145d6ff8fe19df92b0 (patch) | |
tree | 243f60886e42d6e0ab771aa8a08faeb508ea7489 /src/util/resolver_api.c | |
parent | 14b6de39c4316bb488d47dc07208a77dd0a85ef2 (diff) |
fix FTBFS issues if --enable-logging=no is set
Diffstat (limited to 'src/util/resolver_api.c')
-rw-r--r-- | src/util/resolver_api.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/resolver_api.c b/src/util/resolver_api.c index 0c915932c4..e7bba3000c 100644 --- a/src/util/resolver_api.c +++ b/src/util/resolver_api.c @@ -821,6 +821,7 @@ handle_lookup_timeout (void *cls) } else { +#if !defined(GNUNET_CULL_LOGGING) char buf[INET6_ADDRSTRLEN]; LOG (GNUNET_ERROR_TYPE_INFO, @@ -829,6 +830,7 @@ handle_lookup_timeout (void *cls) (const void *) &rh[1], buf, sizeof(buf))); +#endif if (GNUNET_NO == rh->received_response) { char *nret; |