aboutsummaryrefslogtreecommitdiff
path: root/src/nse/nse_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-28 17:39:25 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-28 17:39:25 +0000
commite32a95423e3e54f983df02e88e5f0d2e81cc6d4f (patch)
treea4bd2bafbd1608b4c5e20c6493f351678e08107b /src/nse/nse_api.c
parent914b0c76cdf75a89469052a734ae88b7b29893fa (diff)
downloadgnunet-e32a95423e3e54f983df02e88e5f0d2e81cc6d4f.tar.gz
gnunet-e32a95423e3e54f983df02e88e5f0d2e81cc6d4f.zip
cache signature upon first generation to avoid useless re-signing of the same data
Diffstat (limited to 'src/nse/nse_api.c')
-rw-r--r--src/nse/nse_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nse/nse_api.c b/src/nse/nse_api.c
index db5e9d117..e32c08e4b 100644
--- a/src/nse/nse_api.c
+++ b/src/nse/nse_api.c
@@ -105,7 +105,7 @@ message_handler (void *cls, const struct GNUNET_MessageHeader *msg)
105 105
106 if (msg == NULL) 106 if (msg == NULL)
107 { 107 {
108 /* Error, timeout, death */ 108 /* Error, timeout, death */
109 GNUNET_CLIENT_disconnect (h->client, GNUNET_NO); 109 GNUNET_CLIENT_disconnect (h->client, GNUNET_NO);
110 h->client = NULL; 110 h->client = NULL;
111 h->reconnect_task = 111 h->reconnect_task =