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:
349c0fd
)
-fix
author
Christian Grothoff
<christian@grothoff.org>
Sat, 9 Jun 2012 14:34:04 +0000
(14:34 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Sat, 9 Jun 2012 14:34:04 +0000
(14:34 +0000)
src/peerinfo/peerinfo_api.c
patch
|
blob
|
history
diff --git
a/src/peerinfo/peerinfo_api.c
b/src/peerinfo/peerinfo_api.c
index f7cff1bed2ef91f027b363b7066899e36b9d9b0f..f01c2c4bba2c82882b3081253d0cd74ce2e80b9a 100644
(file)
--- a/
src/peerinfo/peerinfo_api.c
+++ b/
src/peerinfo/peerinfo_api.c
@@
-514,9
+514,6
@@
peerinfo_handler (void *cls, const struct GNUNET_MessageHeader *msg)
/* didn't expect a response, reconnect */
GNUNET_PEERINFO_iterate_cancel (ic);
reconnect (h);
- if (NULL != cb)
- cb (cb_cls, NULL, NULL,
- _("Failed to receive response from `PEERINFO' service."));
return;
}
ic->request_transmitted = GNUNET_NO;