Remove all unnecessary status.meta and status.active checks.
This commit is contained in:
parent
5e2ded68bf
commit
37ed4265fa
5 changed files with 26 additions and 29 deletions
|
|
@ -17,7 +17,7 @@
|
|||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
|
||||
$Id: route.c,v 1.1.2.15 2001/07/01 09:21:14 guus Exp $
|
||||
$Id: route.c,v 1.1.2.16 2001/07/20 13:54:19 guus Exp $
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
|
@ -78,7 +78,7 @@ cp
|
|||
for(node = connection_tree->head; node; node = node->next)
|
||||
{
|
||||
p = (connection_t *)node->data;
|
||||
if(p->status.meta && p->status.active && p!= myself)
|
||||
if(p->status.active && p!= myself)
|
||||
send_add_subnet(p, subnet);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue