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:
7749caa
)
fix
author
Christian Grothoff
<christian@grothoff.org>
Mon, 6 Sep 2010 08:06:24 +0000
(08:06 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Mon, 6 Sep 2010 08:06:24 +0000
(08:06 +0000)
src/peerinfo/peerinfo_api.c
patch
|
blob
|
history
diff --git
a/src/peerinfo/peerinfo_api.c
b/src/peerinfo/peerinfo_api.c
index 67dfc2379e4effdcabc03762d3ecc8ea14411e80..865c6e5209e9d630fde29fa28898ae60182e0a9b 100644
(file)
--- a/
src/peerinfo/peerinfo_api.c
+++ b/
src/peerinfo/peerinfo_api.c
@@
-202,6
+202,7
@@
static void
reconnect (struct GNUNET_PEERINFO_Handle *h)
{
GNUNET_CLIENT_disconnect (h->client, GNUNET_SYSERR);
+ h->th = NULL;
h->client = GNUNET_CLIENT_connect (h->sched, "peerinfo", h->cfg);
GNUNET_assert (h->client != NULL);
}