aboutsummaryrefslogtreecommitdiff
path: root/src/util/server.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-01-22 15:14:39 +0000
committerChristian Grothoff <christian@grothoff.org>2010-01-22 15:14:39 +0000
commit87487477c67697355c79d2fe079d23a5b31c7ab6 (patch)
treed4a0754426c7887e9e4a5f8cd8c6a99eb66d0a05 /src/util/server.c
parent3f3d51ef20ae4ef5017ca92ed1f6e153322f3a95 (diff)
downloadgnunet-87487477c67697355c79d2fe079d23a5b31c7ab6.tar.gz
gnunet-87487477c67697355c79d2fe079d23a5b31c7ab6.zip
updates to peerinfo to use new nc API
Diffstat (limited to 'src/util/server.c')
-rw-r--r--src/util/server.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/server.c b/src/util/server.c
index adc19ecb7..6f2ffe232 100644
--- a/src/util/server.c
+++ b/src/util/server.c
@@ -538,6 +538,7 @@ GNUNET_SERVER_destroy (struct GNUNET_SERVER_Handle *s)
538 } 538 }
539 while (NULL != (npos = s->disconnect_notify_list)) 539 while (NULL != (npos = s->disconnect_notify_list))
540 { 540 {
541 npos->callback (npos->callback_cls, NULL);
541 s->disconnect_notify_list = npos->next; 542 s->disconnect_notify_list = npos->next;
542 GNUNET_free (npos); 543 GNUNET_free (npos);
543 } 544 }