gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r34483 - in gnunet/src: dv secretsharing


From: gnunet
Subject: [GNUnet-SVN] r34483 - in gnunet/src: dv secretsharing
Date: Sun, 7 Dec 2014 00:15:11 +0100

Author: grothoff
Date: 2014-12-07 00:15:11 +0100 (Sun, 07 Dec 2014)
New Revision: 34483

Modified:
   gnunet/src/dv/gnunet-service-dv.c
   gnunet/src/secretsharing/Makefile.am
Log:
-fixing minor compiler warnings

Modified: gnunet/src/dv/gnunet-service-dv.c
===================================================================
--- gnunet/src/dv/gnunet-service-dv.c   2014-12-06 22:45:15 UTC (rev 34482)
+++ gnunet/src/dv/gnunet-service-dv.c   2014-12-06 23:15:11 UTC (rev 34483)
@@ -633,7 +633,7 @@
              off,
              GNUNET_i2s (&dn->peer));
   GNUNET_assert (NULL != core_api);
-  if (NULL != dn->pm_head)
+  if (NULL != pending)
     dn->cth =
       GNUNET_CORE_notify_transmit_ready (core_api,
                                         GNUNET_YES /* cork */,

Modified: gnunet/src/secretsharing/Makefile.am
===================================================================
--- gnunet/src/secretsharing/Makefile.am        2014-12-06 22:45:15 UTC (rev 
34482)
+++ gnunet/src/secretsharing/Makefile.am        2014-12-06 23:15:11 UTC (rev 
34483)
@@ -29,9 +29,9 @@
 gnunet_secretsharing_profiler_SOURCES = \
  gnunet-secretsharing-profiler.c
 gnunet_secretsharing_profiler_LDADD = \
-  $(top_builddir)/src/util/libgnunetutil.la \
   libgnunetsecretsharing.la \
   $(top_builddir)/src/testbed/libgnunettestbed.la \
+  $(top_builddir)/src/util/libgnunetutil.la \
   $(GN_LIBINTL)
 
 gnunet_service_secretsharing_SOURCES = \
@@ -66,9 +66,9 @@
 test_secretsharing_api_SOURCES = \
  test_secretsharing_api.c
 test_secretsharing_api_LDADD = \
-  $(top_builddir)/src/util/libgnunetutil.la \
+  libgnunetsecretsharing.la \
   $(top_builddir)/src/testing/libgnunettesting.la \
-  libgnunetsecretsharing.la
+  $(top_builddir)/src/util/libgnunetutil.la
 
 EXTRA_DIST = \
   test_secretsharing.conf




reply via email to

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