X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fmeta.c;h=60814c78d59fc2ab59611d63f7859ed58494f59a;hp=45f27622394396a3c3022bbbc11e27f96b8923f0;hb=4fe3688bc68f77686d2061ee9240509e7158441c;hpb=19c0337c4cac78dc302d5a1f637dcad45785a6e3 diff --git a/src/meta.c b/src/meta.c index 45f27622..60814c78 100644 --- a/src/meta.c +++ b/src/meta.c @@ -1,6 +1,6 @@ /* meta.c -- handle the meta communication - Copyright (C) 2000-2016 Guus Sliepen , + Copyright (C) 2000-2017 Guus Sliepen , 2000-2005 Ivo Timmermans 2006 Scott Lamb @@ -38,11 +38,6 @@ bool send_meta(connection_t *c, const char *buffer, int length) { int outlen; int result; - if(!c) { - logger(LOG_ERR, "send_meta() called with NULL pointer!"); - abort(); - } - ifdebug(META) logger(LOG_DEBUG, "Sending %d bytes of metadata to %s (%s)", length, c->name, c->hostname);