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); _______________________________________________ GNUnet-SVN mailing list GNUnet-SVN@gnu.org http://lists.gnu.org/mailman/listinfo/gnunet-svn