aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/arm/arm_api.c1
-rw-r--r--src/gns/Makefile.am1
2 files changed, 1 insertions, 1 deletions
diff --git a/src/arm/arm_api.c b/src/arm/arm_api.c
index 34f7a6704..116b3a517 100644
--- a/src/arm/arm_api.c
+++ b/src/arm/arm_api.c
@@ -329,6 +329,7 @@ client_notify_handler (void *cls, const struct GNUNET_MessageHeader *msg)
329 unsigned char fail; 329 unsigned char fail;
330 330
331 list = NULL; 331 list = NULL;
332 rcount = 0;
332 if (NULL == msg) 333 if (NULL == msg)
333 { 334 {
334 LOG (GNUNET_ERROR_TYPE_INFO, 335 LOG (GNUNET_ERROR_TYPE_INFO,
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index 3536536e0..33804ee48 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -92,7 +92,6 @@ gnunet_dns2gns_LDADD = \
92 $(top_builddir)/src/dns/libgnunetdnsstub.la \ 92 $(top_builddir)/src/dns/libgnunetdnsstub.la \
93 $(GN_LIBINTL) 93 $(GN_LIBINTL)
94gnunet_dns2gns_DEPENDENCIES = \ 94gnunet_dns2gns_DEPENDENCIES = \
95 $(top_builddir)/src/gns/libgnunetgns.la \
96 $(top_builddir)/src/util/libgnunetutil.la \ 95 $(top_builddir)/src/util/libgnunetutil.la \
97 $(top_builddir)/src/identity/libgnunetidentity.la \ 96 $(top_builddir)/src/identity/libgnunetidentity.la \
98 $(top_builddir)/src/namestore/libgnunetnamestore.la \ 97 $(top_builddir)/src/namestore/libgnunetnamestore.la \