X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fmeta.c;h=e4ebb4268ed9112c9f2f55aba60bf0da34f03aa0;hp=4f51e2a5262a589dd3ecebff3e33314f91394a1e;hb=37ed4265fa73d4c06c74362514d78c92029b2f05;hpb=5e2ded68bfc7b3a1bfa600c1ce46144eb50e57a2 diff --git a/src/meta.c b/src/meta.c index 4f51e2a5..e4ebb426 100644 --- a/src/meta.c +++ b/src/meta.c @@ -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: meta.c,v 1.1.2.19 2001/07/04 08:41:36 guus Exp $ + $Id: meta.c,v 1.1.2.20 2001/07/20 13:54:19 guus Exp $ */ #include "config.h" @@ -75,7 +75,7 @@ cp for(node = connection_tree->head; node; node = node->next) { p = (connection_t *)node->data; - if(p != cl && p->status.meta && p->status.active) + if(p != cl && p->status.active) send_meta(p, buffer, length); } cp