projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
131ac7a
)
dce
author
Christian Grothoff
<christian@grothoff.org>
Mon, 8 Mar 2010 18:40:13 +0000
(18:40 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Mon, 8 Mar 2010 18:40:13 +0000
(18:40 +0000)
src/core/gnunet-service-core.c
patch
|
blob
|
history
diff --git
a/src/core/gnunet-service-core.c
b/src/core/gnunet-service-core.c
index 6e161e35a353cb3dae355bc152f53a8ba818f3d9..f63ccec887a4351ccdf65273574c9ea78c728607 100644
(file)
--- a/
src/core/gnunet-service-core.c
+++ b/
src/core/gnunet-service-core.c
@@
-3331,7
+3331,6
@@
handle_transport_notify_connect (void *cls,
unsigned int distance)
{
struct Neighbour *n;
- struct GNUNET_TIME_Absolute now;
struct ConnectNotifyMessage cnm;
n = find_neighbour (peer);
@@
-3348,7
+3347,6
@@
handle_transport_notify_connect (void *cls,
{
n = create_neighbour (peer);
}
- now = GNUNET_TIME_absolute_get ();
n->is_connected = GNUNET_YES;
n->last_latency = latency;
n->last_distance = distance;