gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r4116 - GNUnet/src/applications/dht/module


From: grothoff
Subject: [GNUnet-SVN] r4116 - GNUnet/src/applications/dht/module
Date: Fri, 29 Dec 2006 21:18:08 -0800 (PST)

Author: grothoff
Date: 2006-12-29 21:18:07 -0800 (Fri, 29 Dec 2006)
New Revision: 4116

Modified:
   GNUnet/src/applications/dht/module/Makefile.am
   GNUnet/src/applications/dht/module/table.c
Log:
link issue

Modified: GNUnet/src/applications/dht/module/Makefile.am
===================================================================
--- GNUnet/src/applications/dht/module/Makefile.am      2006-12-30 05:08:56 UTC 
(rev 4115)
+++ GNUnet/src/applications/dht/module/Makefile.am      2006-12-30 05:18:07 UTC 
(rev 4116)
@@ -12,7 +12,7 @@
   service.c \
   table.c table.h 
 
-libgnunetmodule_dht_la_LIBADD = \
+libgnunetmodule_dht_la_LIBADD = -lm \
  $(top_builddir)/src/util/crypto/libgnunetutil_crypto.la \
  $(top_builddir)/src/util/containers/libgnunetutil_containers.la \
  $(top_builddir)/src/util/libgnunetutil.la \

Modified: GNUnet/src/applications/dht/module/table.c
===================================================================
--- GNUnet/src/applications/dht/module/table.c  2006-12-30 05:08:56 UTC (rev 
4115)
+++ GNUnet/src/applications/dht/module/table.c  2006-12-30 05:18:07 UTC (rev 
4116)
@@ -632,7 +632,6 @@
     /* if peer has 0 connections, be sure to send discovery back */
     broadcast_dht_discovery(sender,
                            NULL);
-    return OK;
   }
   MUTEX_LOCK(lock);
   considerPeer(sender, sender);





reply via email to

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