From 099a914aa33836fb078c7a0b18a04df70efe02a5 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Fri, 1 Jul 2011 08:58:42 +0000 Subject: [PATCH] this is no reason to break: this happens during shutdown, when the - plugins are unloaded - the addresses are freed - and the NAT_unregister does the callback to remove addresses but the plugin adn addresses are already freed just return is imho fine --- src/transport/gnunet-service-transport.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/transport/gnunet-service-transport.c b/src/transport/gnunet-service-transport.c index 2e90bcf3e..5d3a548b5 100644 --- a/src/transport/gnunet-service-transport.c +++ b/src/transport/gnunet-service-transport.c @@ -2847,7 +2847,6 @@ plugin_env_notify_address (void *cls, prev = al; al = al->next; } - GNUNET_break (0); return; } al = GNUNET_malloc (sizeof (struct OwnAddressList) + addrlen); -- 2.25.1