X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fmulticast_device.c;h=dbd832bf63419d82da7f39fcee842aeb338bb7a2;hb=6242b68242646fa94bdacc94be93f0e894ae757e;hp=e58d293e7442020d723b918538a15a131d7d9a8a;hpb=3847b78ba5900fe4311e9ef62474e32e1a6750e5;p=tinc diff --git a/src/multicast_device.c b/src/multicast_device.c index e58d293e..dbd832bf 100644 --- a/src/multicast_device.c +++ b/src/multicast_device.c @@ -1,7 +1,7 @@ /* device.c -- multicast socket Copyright (C) 2002-2005 Ivo Timmermans, - 2002-2012 Guus Sliepen + 2002-2013 Guus Sliepen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -136,8 +136,6 @@ static bool setup_device(void) { goto error; } - freeaddrinfo(ai); - logger(DEBUG_ALWAYS, LOG_INFO, "%s is a %s", device, device_info); return true;